diff --git a/SpyCustom/Config.hpp b/SpyCustom/Config.hpp index 5a2aab0..de98424 100644 --- a/SpyCustom/Config.hpp +++ b/SpyCustom/Config.hpp @@ -152,9 +152,7 @@ public: void OpenFolder() { ShellExecute(NULL, NULL, "", NULL, NULL, SW_SHOWNORMAL); } - - - + void Refresh() { configs.clear(); times.clear(); std::string search_path = "*.ss"; @@ -184,8 +182,6 @@ public: } }; - - - + #endif