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";