about summary refs log tree commit diff stats
path: root/game_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'game_data.h')
-rw-r--r--game_data.h4
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
66class GameData { 66class GameData {
67public: 67 public:
68 GameData(); 68 GameData();
69 69
70private: 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);