diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 00:48:03 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-02 00:48:03 -0400 |
commit | 531898b0fef9f81e82ad5d5f38d2c627a0c10e56 (patch) | |
tree | 7e00c98c41f23ae7dca09e3f187ae52497a380b7 /game_data.h | |
parent | 704c08bb439b9a90f7be2d26a0c8b01777e2cf2c (diff) | |
download | lingo-ap-tracker-531898b0fef9f81e82ad5d5f38d2c627a0c10e56.tar.gz lingo-ap-tracker-531898b0fef9f81e82ad5d5f38d2c627a0c10e56.tar.bz2 lingo-ap-tracker-531898b0fef9f81e82ad5d5f38d2c627a0c10e56.zip |
Use Google's style guide
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); |