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

Table, Component v2. Strings RC.

This commit is contained in:
oz 2020-11-04 16:22:52 +03:00
parent 5e94b5b513
commit 4157e79c83
9 changed files with 567 additions and 19 deletions

View file

@ -1,9 +1,17 @@
#pragma once
#include "TTextBox.h"
class pinball
{
public:
static int quickFlag;
static int render_background_bitmap;
static TTextBox* InfoTextBox;
static TTextBox* MissTextBox;
static HINSTANCE hinst;
static char* get_rc_string(int uID, int a2);
private:
static char getRcBuffer[256*6];
static int rc_string_slot;
};