From 87d20801300e90423c17ad425364f77152eb88c3 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 1 May 2015 13:01:55 -0500 Subject: fixed directories and makefile --- inc/main.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 inc/main.h (limited to 'inc/main.h') diff --git a/inc/main.h b/inc/main.h new file mode 100644 index 0000000..d026886 --- /dev/null +++ b/inc/main.h @@ -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