Home
last modified time | relevance | path

Searched defs:TSound (Results 1 – 4 of 4) sorted by relevance

/dports/games/etracer/etr-0.8.1/src/
H A Daudio.cpp31 struct TSound { struct
34 explicit TSound(int volume) { in TSound() argument
57 sounds.emplace_back(new TSound(param.sound_volume)); in LoadChunk() argument
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTSound.cpp6 TSound::TSound(TPinballTable* table, int groupIndex) : TPinballComponent(table, groupIndex, true) in TSound() function in TSound
H A Dcontrol.h4 class TSound; variable
/dports/games/foobillard/foobillard-3.0a/src/
H A Dsound_stuff.h30 } TSound; typedef