1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-12-07 04:51:00 +01:00

TPinballTable v2.

This commit is contained in:
oz 2020-12-25 16:46:06 +03:00
parent 3097edf526
commit 99fba56a34
18 changed files with 576 additions and 127 deletions

View file

@ -1,10 +1,13 @@
#pragma once
#include "control.h"
#include "render.h"
#include "TZmapList.h"
struct render_sprite_type_struct;
struct component_control;
class TPinballTable;
class TZmapList;
enum class message_code
{
};
class TPinballComponent
{
@ -16,7 +19,6 @@ public:
virtual void put_scoring(int scoreId, int value);
virtual int get_scoring(int score1);
int VfTable;
__int8 UnknownBaseFlag1;
__int8 UnknownBaseFlag2;
int MessageField;