aboutsummaryrefslogtreecommitdiff
path: root/gob/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'gob/sound.h')
-rw-r--r--gob/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gob/sound.h b/gob/sound.h
index bffe28dd68..e2a472007a 100644
--- a/gob/sound.h
+++ b/gob/sound.h
@@ -24,6 +24,8 @@
namespace Gob {
+void snd_initSound(void);
+void snd_loopSounds(void);
int16 snd_checkProAudio(void);
int16 snd_checkAdlib(void);
int16 snd_checkBlaster(void);
@@ -42,8 +44,10 @@ extern CleanupFuncPtr snd_cleanupFunc;
void snd_writeAdlib(int16 port, int16 data);
typedef struct Snd_SoundDesc {
+ SoundHandle handle;
char *data;
int32 size;
+ int16 repCount;
int16 timerTicks;
int16 inClocks;
int16 frequency;