diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-11 21:26:26 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-05-11 21:26:26 +0000 |
| commit | 46958f55432bcbb6f4e90f4dd937d8de355e5785 (patch) | |
| tree | 38c275b411553cf14a7aaed138151f7c4c4337b3 /include/music.h | |
| parent | 8b70ac9538f7e4da10666cfc21fd368a91a77ae3 (diff) | |
- podpora kompilacie bez zvuku
kompilujte ako make clean && make nosound
git-svn-id: http://opensvn.csie.org/tuxanci_ng@51 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/music.h')
| -rw-r--r-- | include/music.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/music.h b/include/music.h index b505069..a03732c 100644 --- a/include/music.h +++ b/include/music.h @@ -3,6 +3,8 @@ #define MUSIC_H +#ifndef NO_SOUND + #include <SDL_mixer.h> #include "main.h" @@ -29,3 +31,4 @@ extern void quitMusic(); #endif +#endif |