summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/main.hpp b/inc/main.hpp
index 9dc5dcf..aa41738 100644
--- a/inc/main.hpp
+++ b/inc/main.hpp
@@ -1,9 +1,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