Minor refactor

This commit is contained in:
MihailRis
2023-12-24 13:57:00 +03:00
parent cfcfbee604
commit abbe4021ba
3 changed files with 9 additions and 21 deletions
-3
View File
@@ -2,12 +2,9 @@
#define UTIL_PLATFORM_H_
#include <string>
#include <filesystem>
namespace platform {
extern void configure_encoding();
extern std::filesystem::path get_settings_file();
extern std::filesystem::path get_controls_file();
extern std::string detect_locale();
}