#ifndef CONSTANTS_H_ #define CONSTANTS_H_ #define WINDOW_WIDTH 800 #define WINDOW_HEIGHT 600 #define TARGET_FPS 144 #define MAX_ENTITY_COUNT 500 #endif