summaryrefslogtreecommitdiff
path: root/inc/main.hpp
blob: 3fe405f5d31a965772e4e77813a5faac4153d7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef main_h
#define main_h

#include <time.h>
#include <vector>

#include "opengl/geoshader.hpp"
#include "opengl/rectdrawer.hpp"
#include "opengl/spritebatch.hpp"
#include "sdl/window.hpp"
#include "sdl/event.hpp"
#include "list.hpp"
#include "sdl/timer.hpp"
#include "constants.hpp"

#endif