Forgot to commit s_sound.h

This commit is contained in:
James R 2020-09-22 20:51:01 -07:00
parent b18d60c1d3
commit de9d1d2b35
1 changed files with 3 additions and 0 deletions

View File

@ -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;