summaryrefslogtreecommitdiff
path: root/src/nw4r/snd/snd_SoundSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nw4r/snd/snd_SoundSystem.cpp')
-rw-r--r--src/nw4r/snd/snd_SoundSystem.cpp39
1 files changed, 17 insertions, 22 deletions
diff --git a/src/nw4r/snd/snd_SoundSystem.cpp b/src/nw4r/snd/snd_SoundSystem.cpp
index 9a6d592a..01afc6d4 100644
--- a/src/nw4r/snd/snd_SoundSystem.cpp
+++ b/src/nw4r/snd/snd_SoundSystem.cpp
@@ -1,4 +1,4 @@
-#include "nw4r/snd/SoundSystem.h"
+#include "nw4r/snd/snd_SoundSystem.h"
/* Original source:
* kiwi515/ogws
@@ -10,27 +10,22 @@
*/
#include <decomp.h>
-#include <macros.h> // STR
-#include <types.h>
-
-#include "nw4r/snd/AxVoiceManager.h"
-#include "nw4r/snd/AxManager.h"
-#include "nw4r/snd/Channel.h" // ChannelManager
-#include "nw4r/snd/global.h"
-#include "nw4r/snd/SeqPlayer.h"
-#include "nw4r/snd/SoundThread.h"
-#include "nw4r/snd/TaskManager.h"
-#include "nw4r/snd/TaskThread.h"
-#include "nw4r/snd/VoiceManager.h"
-
-#if 0
-#include <revolution/OS/OS.h> // OSRegisterVersion
-#include <revolution/AX/AXVPB.h> // AXGetMaxVoices
-#include <revolution/SC/scsystem.h>
-#include <revolution/SC/scapi.h>
-#else
-#include <context_rvl.h>
-#endif
+#include "common.h"
+
+#include "nw4r/snd/snd_AxVoiceManager.h"
+#include "nw4r/snd/snd_AxManager.h"
+#include "nw4r/snd/snd_Channel.h" // ChannelManager
+#include "nw4r/snd/snd_global.h"
+#include "nw4r/snd/snd_SeqPlayer.h"
+#include "nw4r/snd/snd_SoundThread.h"
+#include "nw4r/snd/snd_TaskManager.h"
+#include "nw4r/snd/snd_TaskThread.h"
+#include "nw4r/snd/snd_VoiceManager.h"
+
+#include <rvl/OS/OS.h> // OSRegisterVersion
+#include <rvl/AX/AXVPB.h> // AXGetMaxVoices
+#include <rvl/SC/scsystem.h>
+#include <rvl/SC/scapi.h>
#include "nw4r/NW4RAssert.hpp"