diff options
Diffstat (limited to 'src/openal.c')
| -rw-r--r-- | src/openal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openal.c b/src/openal.c index ba0163c..d00a0ab 100644 --- a/src/openal.c +++ b/src/openal.c @@ -21,6 +21,7 @@ #include "dynamics.h" #include "dynblock.h" #include "stratdef.h" +#include "openal.h" ACTIVESOUNDSAMPLE ActiveSounds[SOUND_MAXACTIVE]; ACTIVESOUNDSAMPLE BlankActiveSound = {SID_NOSOUND,ASP_Minimum,0,0,NULL,0,0,0,0,0, { {0,0,0},{0,0,0},0,0 }, 0, 0, { 0.0, 0.0, 0.0 }, { 0.0, 0.0, 0.0 }, NULL, NULL, NULL}; |
