summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-31 15:23:32 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-31 15:23:32 +0300
commite5f77d32668cd1d5daa1b6deb5fe6da7eaf2f75d (patch)
treec1d76c0815a82d640f1c0a1c6b14e4b44813991e /src/resources/soundeffect.h
parent9bcc59a86fb80f3d482cb6995134b39b58739608 (diff)
downloadplus-e5f77d32668cd1d5daa1b6deb5fe6da7eaf2f75d.tar.gz
plus-e5f77d32668cd1d5daa1b6deb5fe6da7eaf2f75d.tar.bz2
plus-e5f77d32668cd1d5daa1b6deb5fe6da7eaf2f75d.tar.xz
plus-e5f77d32668cd1d5daa1b6deb5fe6da7eaf2f75d.zip
Fix include path for SDL_mixer.h
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h
index 6e208479d..80f826646 100644
--- a/src/resources/soundeffect.h
+++ b/src/resources/soundeffect.h
@@ -25,11 +25,7 @@
#include "resources/resource.h"
-#ifdef __APPLE__
-#include <SDL_mixer/SDL_mixer.h>
-#else
#include <SDL_mixer.h>
-#endif
/**
* Defines a class for loading and storing sound effects.