1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef main_h #define main_h #include "constants.hpp" #include "list.hpp" #include "sdl/timer.hpp" #include "sdl/event.hpp" #include "sdl/window.hpp" #include "opengl/geoshader.hpp" #include "opengl/spritebatch.hpp" #endif