summaryrefslogtreecommitdiff
path: root/src/d/d_s_title.cpp
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-12-19 23:26:29 -0800
committerJcw87 <Jcw87@users.noreply.github.com>2023-12-20 21:25:15 -0800
commit09168c3091dcf237caa7c2374c1a4670cc3bcd6d (patch)
tree77e4fe765e2e8b190b508496f6b9f7703d66841a /src/d/d_s_title.cpp
parent61310b637fefc353dec4f2a39229f26f653abefc (diff)
JAIBankWave
Diffstat (limited to 'src/d/d_s_title.cpp')
-rw-r--r--src/d/d_s_title.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp
index 7e3169b6..f22f6e02 100644
--- a/src/d/d_s_title.cpp
+++ b/src/d/d_s_title.cpp
@@ -3,6 +3,7 @@
// Translation Unit: d_s_title.cpp
//
+#include "JSystem/JAudio/JAIBankWave.h"
#include "f_op/f_op_scene.h"
#include "f_op/f_op_draw_iter.h"
#include "f_op/f_op_actor_mng.h"
@@ -17,13 +18,6 @@
#include "m_Do/m_Do_controller_pad.h"
#include "d/actor/d_a_movie_player.h"
-namespace JAInter {
- class BankWave {
- public:
- static bool checkAllWaveLoadStatus();
- };
-};
-
#if VERSION == VERSION_PAL
#define title_of_scene_class dScnTitle_c
#endif