mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 08:20:15 +02:00
Add translations from v1
This commit is contained in:
parent
c1c74878df
commit
aa58379c56
19 changed files with 7959 additions and 458 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "translations.h"
|
||||
|
||||
class TTextBox;
|
||||
|
||||
class pinball
|
||||
|
@ -12,8 +14,8 @@ public:
|
|||
static int LeftShift;
|
||||
static std::string BasePath;
|
||||
|
||||
static char* get_rc_string(int uID, int a2);
|
||||
static int get_rc_int(int uID, int* dst);
|
||||
static char* get_rc_string(translation_id_e uID);
|
||||
static int get_rc_int(translation_id_e 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