mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-12-07 04:51:00 +01:00
Score, PinbalTable, PinballComponent v1
Placeholders for T piball component classes.
This commit is contained in:
parent
c55f6e5b98
commit
5e94b5b513
78 changed files with 1239 additions and 41 deletions
22
SpaceCadetPinball/TPinballComponent.h
Normal file
22
SpaceCadetPinball/TPinballComponent.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#pragma once
|
||||
#include "TZmapList.h"
|
||||
|
||||
|
||||
class TPinballComponent
|
||||
{public:
|
||||
TPinballComponent(class TPinballTable* table, int groupIndex, bool loadVisuals);
|
||||
|
||||
int VfTable;
|
||||
__int8 UnknownBaseFlag1;
|
||||
__int8 UnknownBaseFlag2;
|
||||
int Unknown2;
|
||||
char* GroupName;
|
||||
int Unknown4;
|
||||
int Unknown5;
|
||||
int GroupIndex;
|
||||
int Unknown7;
|
||||
TPinballTable* PinballTable;
|
||||
TZmapList* List1Bitmap8;
|
||||
TZmapList* List2Bitmap16;
|
||||
};
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue