diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-13 02:25:58 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-13 02:25:58 +0000 |
commit | d32386353d28093a5d03ad99f161f8133d73e056 (patch) | |
tree | 7d0fa519d613a79b611b938c0929260625fff5c3 /src/sound/sound.h | |
parent | 75b19e771c527e8444aae70543b2b617dae2e892 (diff) | |
download | mana-client-d32386353d28093a5d03ad99f161f8133d73e056.tar.gz mana-client-d32386353d28093a5d03ad99f161f8133d73e056.tar.bz2 mana-client-d32386353d28093a5d03ad99f161f8133d73e056.tar.xz mana-client-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.h | 5 |
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 |