summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorSocapex <philippe_groarke@yahoo.ca>2012-08-13 17:53:52 -0400
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-08-14 17:58:43 +0200
commit35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5 (patch)
tree50c6a195c2c16e5866dbdde6a18b6245502640f6 /src/sound.h
parent46a6cee5e42c2be0d47e9048111eacd7ef929768 (diff)
downloadmana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.tar.gz
mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.tar.bz2
mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.tar.xz
mana-35108fc2196b1f0d540d0a3bcea9a0023d1c5cc5.zip
Can now build using cmake on OSX
Tested-by: Frost.
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sound.h b/src/sound.h
index 180bca62..d4d0e8da 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -22,11 +22,7 @@
#ifndef SOUND_H
#define SOUND_H
-#ifdef __APPLE__
-#include <SDL/SDL_mixer.h>
-#else
#include <SDL_mixer.h>
-#endif
#include <string>