SpaceCadetPinball/SpaceCadetPinball/TDemo.cpp

11 lines
190 B
C++
Raw Normal View History

#include "pch.h"
#include "TDemo.h"
2020-12-25 14:46:06 +01:00
#include "TPinballTable.h"
TDemo::TDemo(TPinballTable* table, int groupIndex)
: TCollisionComponent(table, groupIndex, false)
{
table->Demo = this;
}