X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fsound.h;h=81c7dca486257c37c983a8194bbc68d8710f22de;hp=8851b8513320a4d6870faeebee0b6b24473edda1;hb=4a99fe51561ca331df54512eb25c502d0fcd2b55;hpb=efb17348438f10c929e2e9807013969f71802661 diff --git a/src/sound.h b/src/sound.h index 8851b85..81c7dca 100644 --- a/src/sound.h +++ b/src/sound.h @@ -27,12 +27,16 @@ #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 snd_t *S_get (int id);