From 879c2c04d9c3879f871cfe79f9b25fd23c5184b4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 11 Jun 2015 11:38:49 -0400 Subject: Wrote EntityManager --- src/world.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/world.h (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h deleted file mode 100644 index f566487..0000000 --- a/src/world.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef WORLD_H -#define WORLD_H - -#include -#include "map.h" - -class World { - public: - World(const char* filename); - const Map& getMap(int id) const; - const Map& getStartingMap() const; - std::pair getStartingPosition() const; - - private: - std::map maps; - int startMap; - int startX; - int startY; -}; - -#endif /* end of include guard: WORLD_H */ -- cgit 1.4.1