Build tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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