Fix build.
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…
Reference in New Issue