mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-17 03:25:47 +00:00
Fix the disabled functions prototype
This commit is contained in:
parent
8c45ab2003
commit
22b52df279
@ -128,12 +128,12 @@ bool Local_Storage::update_save_filenames(std::string folder)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Local_Storage::load_inventory_file(nlohmann::json& json, std::string const&file)
|
bool Local_Storage::load_json_file(std::string folder, std::string const&file, nlohmann::json& json)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Local_Storage::write_inventory_file(nlohmann::json const& json, std::string const&file)
|
bool Local_Storage::write_json_file(std::string folder, std::string const&file, nlohmann::json const& json)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user