1 2 3 4 5 6 7 8 9 10
#ifndef CONSTANTS_H_ #define CONSTANTS_H_ #define WINDOW_WIDTH 800 #define WINDOW_HEIGHT 600 #define TARGET_FPS 144 #define MAX_ENTITY_COUNT 500 #endif