1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-12-07 04:51:00 +01: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

@ -3,13 +3,18 @@
class TPinballComponent
{public:
{
public:
TPinballComponent(class TPinballTable* table, int groupIndex, bool loadVisuals);
virtual ~TPinballComponent();
virtual int Message(int message1, float message2);
virtual void put_scoring(int score1, int score2);
virtual int get_scoring(int score1);
int VfTable;
__int8 UnknownBaseFlag1;
__int8 UnknownBaseFlag2;
int Unknown2;
int MessageField;
char* GroupName;
int Unknown4;
int Unknown5;
@ -19,4 +24,3 @@ class TPinballComponent
TZmapList* List1Bitmap8;
TZmapList* List2Bitmap16;
};