diff options
Diffstat (limited to 'game_data.h')
-rw-r--r-- | game_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game_data.h b/game_data.h index f74f033..761b233 100644 --- a/game_data.h +++ b/game_data.h | |||
@@ -64,10 +64,10 @@ struct MapArea { | |||
64 | }; | 64 | }; |
65 | 65 | ||
66 | class GameData { | 66 | class GameData { |
67 | public: | 67 | public: |
68 | GameData(); | 68 | GameData(); |
69 | 69 | ||
70 | private: | 70 | private: |
71 | int AddOrGetRoom(std::string room); | 71 | int AddOrGetRoom(std::string room); |
72 | int AddOrGetDoor(std::string room, std::string door); | 72 | int AddOrGetDoor(std::string room, std::string door); |
73 | int AddOrGetPanel(std::string room, std::string panel); | 73 | int AddOrGetPanel(std::string room, std::string panel); |