* Add support for an options file on Windows.

This commit is contained in:
iProgramInCpp
2023-07-31 18:28:10 +03:00
parent 4853c6e18b
commit 47f9b45ac4
4 changed files with 69 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ public:
public:
static bool readBool(const std::string& str);
#ifndef ORIGINAL_CODE
static int readInt(const std::string& str);
#endif
public:
enum KeyBindIndex