44 bool read(
const QString &file_path);
51 static std::shared_ptr<ehm_dal::saved_game::SavedGameData>
data();
54 static std::shared_ptr<ehm_dal::saved_game::SavedGameData> data_;
The SavedGame class parses uncompressed EHM .sav saved games.
Definition: saved_game.h:21
SavedGame()
Default constructor.
bool read(const QString &file_path)
Reads the .sav file at file_path and parses the saved game and the Database within.
void clearAll()
Clear all of the saved game tables.
static std::shared_ptr< ehm_dal::saved_game::SavedGameData > data()
Returns the saved game data comprising saved game sub-files.
~SavedGame()
Default destructor.
namespace ehm_dal::saved_game
Definition: saved_game_data.h:13