1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-06 08:20:15 +02:00

translations: rename enums and avoid macros

This commit is contained in:
Alexis Murzeau 2022-08-27 22:22:09 +02:00
parent ead8ac2c18
commit ea4e143405
13 changed files with 7576 additions and 7534 deletions

View file

@ -14,8 +14,8 @@ public:
static int LeftShift;
static std::string BasePath;
static char* get_rc_string(translation_id_e uID);
static int get_rc_int(translation_id_e uID, int* dst);
static char* get_rc_string(Msg uID);
static int get_rc_int(Msg uID, int* dst);
static std::string make_path_name(const std::string& fileName);
private:
static char getRcBuffer[256 * 6];