mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-07-06 14:32:19 +08:00
Fix build.
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user