SpaceCadetPinball/SpaceCadetPinball/TDemo.cpp

11 lines
190 B
C++

#include "pch.h"
#include "TDemo.h"
#include "TPinballTable.h"
TDemo::TDemo(TPinballTable* table, int groupIndex)
: TCollisionComponent(table, groupIndex, false)
{
table->Demo = this;
}