summaryrefslogtreecommitdiff
path: root/game/world.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-03-15 23:40:04 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-03-15 23:40:04 +0000
commit125c9867da9cc58f0a250c7316f06755b1cc18ac (patch)
treea6ad259e48cd0d58b4755b3e662a9eeda2a21391 /game/world.h
parentRoute Walker returns Link::Nexts, not vector links (diff)
downloadilt-125c9867da9cc58f0a250c7316f06755b1cc18ac.tar.bz2
ilt-125c9867da9cc58f0a250c7316f06755b1cc18ac.tar.xz
ilt-125c9867da9cc58f0a250c7316f06755b1cc18ac.zip
Create GameState, the single global for the root of everything
Diffstat (limited to 'game/world.h')
-rw-r--r--game/world.h11
1 files changed, 0 insertions, 11 deletions
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 <collection.hpp>
-
-class World : public Collection<WorldObject> {
-public:
-};
-
-#endif