summaryrefslogtreecommitdiff
path: root/src/soundmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-07 18:15:34 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-07 18:15:34 +0300
commitf86a584d8f19a06d06acaef3ad1f9d3eef4690ad (patch)
tree0c8574417ea7b77bb464e93e3395b95178e3d94f /src/soundmanager.h
parentf29d4876505fd3fd8c5d2c115e2a790409b02289 (diff)
downloadManaVerse-f86a584d8f19a06d06acaef3ad1f9d3eef4690ad.tar.gz
ManaVerse-f86a584d8f19a06d06acaef3ad1f9d3eef4690ad.tar.bz2
ManaVerse-f86a584d8f19a06d06acaef3ad1f9d3eef4690ad.tar.xz
ManaVerse-f86a584d8f19a06d06acaef3ad1f9d3eef4690ad.zip
Fix compilation with SDL2.
Diffstat (limited to 'src/soundmanager.h')
-rw-r--r--src/soundmanager.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/soundmanager.h b/src/soundmanager.h
index 5ac79a815..ae17552e8 100644
--- a/src/soundmanager.h
+++ b/src/soundmanager.h
@@ -23,6 +23,12 @@
#ifndef SOUNDMANAGER_H
#define SOUNDMANAGER_H
+#include "enums/simpletypes/skiperror.h"
+
+#include "listeners/configlistener.h"
+
+#include "localconsts.h"
+
#ifdef USE_SDL2
PRAGMA45(GCC diagnostic push)
PRAGMA45(GCC diagnostic ignored "-Wswitch-default")
@@ -36,12 +42,6 @@ PRAGMA45(GCC diagnostic pop)
#endif // USE_SDL2
#include <SDL_mixer.h>
-#include "enums/simpletypes/skiperror.h"
-
-#include "listeners/configlistener.h"
-
-#include "localconsts.h"
-
class SDLMusic;
/** SoundManager