From 028cf5d33d99274deea9567159a4eb07c13ef85c Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Fri, 7 Jul 2023 00:57:19 -0600 Subject: This fucker is flying --- src/world.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/world.h (limited to 'src/world.h') 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 -- cgit v1.2.3