bindings, controls.json file

This commit is contained in:
MihailRis
2023-11-19 22:37:15 +03:00
parent e3743b8463
commit 9051db3526
11 changed files with 186 additions and 22 deletions
+3 -1
View File
@@ -2,10 +2,12 @@
#define UTIL_PLATFORM_H_
#include <string>
#include <filesystem>
namespace platform {
extern void configure_encoding();
extern std::string get_settings_file();
extern std::filesystem::path get_settings_file();
extern std::filesystem::path get_controls_file();
}
#endif // UTIL_PLATFORM_H_