mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Inventory/achivements bug fixes/improvements/cleanups.
This commit is contained in:
parent
3982ad31e6
commit
828e5d456c
5 changed files with 141 additions and 133 deletions
|
|
@ -63,6 +63,7 @@ public:
|
|||
|
||||
bool update_save_filenames(std::string folder);
|
||||
|
||||
bool load_json(std::string full_path, nlohmann::json& json);
|
||||
bool load_json_file(std::string folder, std::string const& file, nlohmann::json& json);
|
||||
bool write_json_file(std::string folder, std::string const& file, nlohmann::json const& json);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue