mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Forgot to commit s_sound.h
This commit is contained in:
parent
be80ef5365
commit
1b534aabbe
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ typedef struct
|
|||
// origin of sound
|
||||
const void *origin;
|
||||
|
||||
// initial volume of sound, which is applied after distance and direction
|
||||
INT32 volume;
|
||||
|
||||
// handle of the sound being played
|
||||
INT32 handle;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue