diff options
| author | robojumper <robojumper@gmail.com> | 2025-05-24 23:53:38 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-05-25 08:53:24 +0200 |
| commit | a22eb87c36a5cb38ed544ba35bd3d15394e500a7 (patch) | |
| tree | 0b7f44bcdc91cfd3c479e53ab4cf76187449c88a /src/nw4r/snd/snd_SoundSystem.cpp | |
| parent | 04d5527ebab1a17348c5030dc21df481ed49b1c6 (diff) | |
make it build
Diffstat (limited to 'src/nw4r/snd/snd_SoundSystem.cpp')
| -rw-r--r-- | src/nw4r/snd/snd_SoundSystem.cpp | 39 |
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" |
