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:
parent
5e94b5b513
commit
4157e79c83
9 changed files with 567 additions and 19 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue