diff options
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h new file mode 100644 index 0000000..379b920 --- /dev/null +++ b/src/world.h @@ -0,0 +1,7 @@ +#include "gameCommon.h" +#include "entity.h" + +#ifndef WORLD_H +#define WORLD_H + +#endif |