DEADSOFTWARE

sound: move sound/music configuration to sound driver
[flatwaifu.git] / src / sound.h
index 8851b8513320a4d6870faeebee0b6b24473edda1..81c7dca486257c37c983a8194bbc68d8710f22de 100644 (file)
 #ifndef SOUND_H_INCLUDED
 #define SOUND_H_INCLUDED
 
+#include "menu.h"
+#include "system.h"
+
 typedef struct {
   int tag;
 } snd_t;
 
-// Sound volume 0..128
-extern short snd_vol;
+const cfg_t *S_args (void);
+const cfg_t *S_conf (void);
+const menu_t *S_menu (void);
 
 // Get sound handle for resource <id>
 snd_t *S_get (int id);