From 2ba58d9f784ed6ca904f75cc57b166401243a216 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Fri, 3 May 2019 09:09:06 -0400 Subject: [PATCH] Fix build. --- dll/local_storage.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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) {