Skip to content

Commit

Permalink
fixup! refactor: move game load/save to SaveGameManager
Browse files Browse the repository at this point in the history
  • Loading branch information
mwerle committed Oct 6, 2024
1 parent e23c791 commit 977cfc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/SaveGameManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "FileSystem.h"
#include "Game.h"
#include "GameSaveError.h"
#include "JsonUtils.h"
#include "Player.h"
#include "Pi.h"
#include "profiler/Profiler.h"
Expand Down
2 changes: 1 addition & 1 deletion src/SaveGameManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define _SAVEGAMEMANAGER_H

#include "FileSystem.h"
#include "JsonUtils.h"
#include "JsonFwd.h"

#include <string>
#include <vector>
Expand Down

0 comments on commit 977cfc5

Please sign in to comment.