SpaceCadetPinball/SpaceCadetPinball/pb.h

13 lines
167 B
C
Raw Normal View History

2020-11-06 14:56:32 +01:00
#pragma once
#include "TPinballTable.h"
class pb
{
public:
static void reset_table();
static void firsttime_setup();
private:
static TPinballTable* MainTable;
};