mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-07 16:50:15 +02:00
TLight, TTimer, TSound, TComponentGroup ready.
This commit is contained in:
parent
a143b820af
commit
230c981144
11 changed files with 515 additions and 23 deletions
|
@ -1,11 +1,12 @@
|
|||
#pragma once
|
||||
#include "TPinballComponent.h"
|
||||
|
||||
class TSound :
|
||||
public TPinballComponent
|
||||
public TPinballComponent
|
||||
{
|
||||
public:
|
||||
TSound(TPinballTable* table, int groupIndex) : TPinballComponent(table, groupIndex, true)
|
||||
{
|
||||
}
|
||||
};
|
||||
TSound(TPinballTable* table, int groupIndex);
|
||||
float Play();
|
||||
|
||||
int SoundIndex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue