Build tool
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

constants.c 133B

12345
  1. #include "constants.h"
  2. const int k_window_height = 800;
  3. const int k_window_width = 600;
  4. const char *k_window_title = "Hello World";