From 6c4fe3323d79253af707df90623e433ce12c35f2 Mon Sep 17 00:00:00 2001 From: scarab Date: Sat, 5 Jul 2008 16:43:55 +0000 Subject: * Prechod na novou verzi instalace pseudoautotools -> cmake * Odstraneni bordelu kterej tu byl (pokud vam neco chybi brecte na me ja to zkusim najit v zaloze) * TODO instalace: SEPSAT AUTORY, IKONKU VYROBIT git-svn-id: http://opensvn.csie.org/tuxanci_ng@94 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/sound.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 include/sound.h (limited to 'include/sound.h') diff --git a/include/sound.h b/include/sound.h deleted file mode 100644 index 337ef3b..0000000 --- a/include/sound.h +++ /dev/null @@ -1,33 +0,0 @@ - -#ifndef SOUND_H - -#define SOUND_H - -#ifndef NO_SOUND - -#include -#include "main.h" - -#define SOUND_GROUP_BASE "base" -#define SOUND_GROUP_USER "user" - -/* -typedef struct sound_struct -{ - char *name; - int group; - Mix_Chunk *sound; -} sound_t; -*/ - -extern bool_t isSoundInicialized(); -extern void initSound(); -extern void addSound(char *file, char *name, char *group); -extern void playSound(char *name, char *group); -extern void setSoundActive(bool_t n); -extern bool_t isSoundActive(); -extern void quitSound(); - -#endif - -#endif -- cgit v1.2.3