From 531898b0fef9f81e82ad5d5f38d2c627a0c10e56 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 May 2023 00:48:03 -0400 Subject: Use Google's style guide --- game_data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game_data.h') 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 { }; class GameData { -public: + public: GameData(); -private: + private: int AddOrGetRoom(std::string room); int AddOrGetDoor(std::string room, std::string door); int AddOrGetPanel(std::string room, std::string panel); -- cgit 1.4.1