mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-06 00:10:15 +02: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
11
SpaceCadetPinball/TOneway.h
Normal file
11
SpaceCadetPinball/TOneway.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
#include "TPinballComponent.h"
|
||||
class TOneway :
|
||||
public TPinballComponent
|
||||
{
|
||||
public:
|
||||
TOneway(TPinballTable* table, int groupIndex) : TPinballComponent(table, groupIndex, false)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue