diff --git a/dll/local_storage.cpp b/dll/local_storage.cpp index 087eb3b..a58e29b 100644 --- a/dll/local_storage.cpp +++ b/dll/local_storage.cpp @@ -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) {