From baa7977e0e325e92c700c47b4adea9082749f1d7 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 2 May 2015 22:45:16 -0500 Subject: renamed so atom detects it is a cpp file :x --- inc/main.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inc/main.hpp (limited to 'inc/main.hpp') diff --git a/inc/main.hpp b/inc/main.hpp new file mode 100644 index 0000000..d026886 --- /dev/null +++ b/inc/main.hpp @@ -0,0 +1,10 @@ +#ifndef main_h +#define main_h + +#include "window.h" +#include "entity.h" +#include "event.h" +#include "creature.h" +#include "resource.h" + +#endif -- cgit v1.2.3