From ec218f423abf60b6e776d7a5a9ebee408de45a60 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sat, 9 Feb 2008 20:49:15 +0000 Subject: - 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 --- include/sound.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sound.h') 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 -- cgit v1.2.3