Home
last modified time | relevance | path

Searched defs:soundconfig (Results 1 – 5 of 5) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dsound.h240 struct soundconfig struct
257 soundconfig(sbuffer *b, int vol, int maxuses, bool loop, int audibleradius); argument
H A Daudiomanager.cpp454 soundconfig::soundconfig(sbuffer *b, int vol, int maxuses, bool loop, int audibleradius) in soundconfig() function in soundconfig
/dports/games/tesseract-data/tesseract/src/engine/
H A Dsound.cpp33 struct soundconfig struct
35 int slots, numslots;
36 int maxuses;
38 bool hasslot(const soundslot *p, const vector<soundslot> &v) const in hasslot()
43 int chooseslot() const in chooseslot()
/dports/games/tesseract/tesseract/src/engine/
H A Dsound.cpp33 struct soundconfig struct
35 int slots, numslots;
36 int maxuses;
38 bool hasslot(const soundslot *p, const vector<soundslot> &v) const in hasslot()
43 int chooseslot() const in chooseslot()
/dports/games/sauerbraten/sauerbraten/src/engine/
H A Dsound.cpp26 struct soundconfig struct
28 int slots, numslots;
29 int maxuses;
31 bool hasslot(const soundslot *p, const vector<soundslot> &v) const in hasslot()
36 int chooseslot(int flags) const in chooseslot()