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

TTextBoxMessage v1, ready.

TTextBox v1.
This commit is contained in:
oz 2020-12-03 17:47:36 +03:00
parent 9ffab95d8e
commit fe66d33768
22 changed files with 419 additions and 57 deletions

View file

@ -7,11 +7,9 @@ public:
static int quickFlag;
static TTextBox* InfoTextBox;
static TTextBox* MissTextBox;
static HINSTANCE hinst;
static char WindowName[2];
static int RightShift;
static int LeftShift;
static HWND hwnd_frame;
static char* get_rc_string(int uID, int a2);
static int get_rc_int(int uID, int* dst);