summaryrefslogtreecommitdiff
path: root/src/sound/sound.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-19 12:10:31 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-19 12:10:31 +0000
commitad12a9189f33e65de827219eb573a6e63c7862c9 (patch)
tree28021f83fb1ff5495ebc67e533302b2669078a28 /src/sound/sound.h
parent36a25f2ac86f33c1b11f07d2096c159422b9e997 (diff)
downloadmana-client-ad12a9189f33e65de827219eb573a6e63c7862c9.tar.gz
mana-client-ad12a9189f33e65de827219eb573a6e63c7862c9.tar.bz2
mana-client-ad12a9189f33e65de827219eb573a6e63c7862c9.tar.xz
mana-client-ad12a9189f33e65de827219eb573a6e63c7862c9.zip
*** empty log message ***
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 1404ba48..6209c13e 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -24,21 +24,12 @@
#ifndef _TMW_SOUND_H
#define _TMW_SOUND_H
-#ifndef WIN32
-
-#ifdef WIN32
- #pragma warning(disable:4312)
-#endif
-#include <SDL/SDL.h>
-#include <SDL/SDL_mixer.h>
+#include <SDL.h>
+#include <SDL_mixer.h>
#include <map>
#include <string>
#include <fstream>
-#ifdef __DEBUG
- #include <iostream>
-#endif
-
typedef short SOUND_SID ;
/**
@@ -85,5 +76,4 @@ class Sound {
bool isMaxVol(int);
};
-#endif /* not WIN32 */
#endif