diff options
Diffstat (limited to 'include/sound.h')
| -rw-r--r-- | include/sound.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound.h b/include/sound.h index 965c977..c3121a4 100644 --- a/include/sound.h +++ b/include/sound.h @@ -20,6 +20,8 @@ extern bool_t isSoundInicialized(); extern void initSound(); extern void addSound(char *file, char *name, int group); extern void playSound(char *name, int group); +extern void setSoundActive(bool_t n); +extern bool_t isSoundActive(); extern void quitSound(); #endif |