diff options
Diffstat (limited to 'include/sound.h')
| -rw-r--r-- | include/sound.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound.h b/include/sound.h index c3121a4..2962437 100644 --- a/include/sound.h +++ b/include/sound.h @@ -3,6 +3,8 @@ #define SOUND_H +#ifndef NO_SOUND + #include <SDL_mixer.h> #include "main.h" @@ -26,3 +28,4 @@ extern void quitSound(); #endif +#endif |