summaryrefslogtreecommitdiff
path: root/src/sound/sound.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-13 02:25:58 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-13 02:25:58 +0000
commitd32386353d28093a5d03ad99f161f8133d73e056 (patch)
tree7d0fa519d613a79b611b938c0929260625fff5c3 /src/sound/sound.h
parent75b19e771c527e8444aae70543b2b617dae2e892 (diff)
downloadMana-d32386353d28093a5d03ad99f161f8133d73e056.tar.gz
Mana-d32386353d28093a5d03ad99f161f8133d73e056.tar.bz2
Mana-d32386353d28093a5d03ad99f161f8133d73e056.tar.xz
Mana-d32386353d28093a5d03ad99f161f8133d73e056.zip
Some header order, namespace and lib fixes to improve MSVC support.
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 7cd82680..4f7f573c 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -22,16 +22,15 @@
#ifndef __SOUND_H
#define __SOUND_H
-#include <list>
-#include <string>
-#include <fstream>
#ifdef WIN32
#pragma warning(disable:4312)
#endif
#include <allegro.h>
#include <jgmod.h>
+#include <list>
#include <string>
+#include <fstream>
/** mod file */
#define TMWSOUND_MOD 1