mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-05 19:49:04 +08:00
Fix build.
This commit is contained in:
parent
701eba17e8
commit
2ba58d9f78
@ -41,6 +41,11 @@ std::string Local_Storage::get_path(std::string folder)
|
||||
return "";
|
||||
}
|
||||
|
||||
std::string Local_Storage::get_global_settings_path()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
Local_Storage::Local_Storage(std::string save_directory)
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user