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/music.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/music.h')
| -rw-r--r-- | include/music.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/music.h b/include/music.h index 88785b1..b505069 100644 --- a/include/music.h +++ b/include/music.h @@ -21,6 +21,8 @@ extern void initMusic(); extern void addMusic(char *file, char *name, int group); extern void stopMusic(); extern void playMusic(char *name, int group); +extern void setMusicActive(bool_t n); +extern bool_t isMusicActive(); extern char* getCurrentMusic(); extern void delAllMusicInGroup(int group); extern void quitMusic(); |