summaryrefslogtreecommitdiff
path: root/inc/main.hpp
blob: aa4173802b6a2624dc47f99fb89f5ce485c356d0 (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 "geoshader.hpp"
#include "rectdrawer.hpp"
#include "spritebatch.hpp"
#include "window.hpp"
#include "event.hpp"
#include "list.hpp"
#include "timer.hpp"
#include "constants.hpp"

#endif