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.h 116B

12345
  1. #pragma once
  2. extern const int k_window_width;
  3. extern const int k_window_height;
  4. extern const char *k_window_title;