summaryrefslogtreecommitdiff
path: root/game/world.h
diff options
context:
space:
mode:
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