1 2 3 4 5 6 7
#ifndef CONSTANTS_H_ #define CONSTANTS_H_ #define WINDOW_WIDTH 800 #define WINDOW_HEIGHT 600 #endif