Fix build.

This commit is contained in:
Mr_Goldberg 2019-05-03 09:09:06 -04:00
parent 701eba17e8
commit 2ba58d9f78
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 5 additions and 0 deletions

View File

@ -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)
{