mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-10 06:38:34 +01:00
Fix build.
This commit is contained in:
parent
701eba17e8
commit
2ba58d9f78
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ std::string Local_Storage::get_path(std::string folder)
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string Local_Storage::get_global_settings_path()
|
||||||
|
{
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
|
||||||
Local_Storage::Local_Storage(std::string save_directory)
|
Local_Storage::Local_Storage(std::string save_directory)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue