From 125c9867da9cc58f0a250c7316f06755b1cc18ac Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 15 Mar 2021 23:40:04 +0000 Subject: Create GameState, the single global for the root of everything --- game/world.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 game/world.h (limited to 'game/world.h') diff --git a/game/world.h b/game/world.h deleted file mode 100644 index a0185e7..0000000 --- a/game/world.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef WORLD_H -#define WORLD_H - -#include "worldobject.h" -#include - -class World : public Collection { -public: -}; - -#endif -- cgit v1.2.3