1 2 3 4 5 6 7 8 9
#ifndef TANIM_H #define TANIM_H #define WINDOW_HEIGHT 600 #define WINDOW_WIDTH 800 #define FPS 60 #endif