diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-09 20:49:15 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-02-09 20:49:15 +0000 |
| commit | ec218f423abf60b6e776d7a5a9ebee408de45a60 (patch) | |
| tree | 47304e931ff78ad6dc62226d845ec6faa7b0af2e /include/sound.h | |
| parent | 601a366b8c665f760463259552fedd7be43e5754 (diff) | |
- oprava chyby, pri zmeneni zbrane zo samopala, alebo lassera ( informoval xHire )
- prepis sietoveho protokolu, teraz je bezpecnejsi
git-svn-id: http://opensvn.csie.org/tuxanci_ng@3 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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 |