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:
parent
ead8ac2c18
commit
ea4e143405
13 changed files with 7576 additions and 7534 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue