diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-25 18:05:07 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-25 18:05:07 -0500 |
| commit | 897b22f9369b4b06eb8eb261ea6563f2dd91a223 (patch) | |
| tree | 7fa49889730cfa094294fa4a1cf2c16858236ab9 /src/d/d_s_title.cpp | |
| parent | 4a496727a9f7bcfb69e22de284af65d62d377723 (diff) | |
Move more actor classes to headers
Diffstat (limited to 'src/d/d_s_title.cpp')
| -rw-r--r-- | src/d/d_s_title.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/d/d_s_title.cpp b/src/d/d_s_title.cpp index aa13e7d4..f6695def 100644 --- a/src/d/d_s_title.cpp +++ b/src/d/d_s_title.cpp @@ -15,6 +15,7 @@ #include "d/d_com_inf_game.h" #include "d/d_meter.h" #include "m_Do/m_Do_controller_pad.h" +#include "d/actor/d_a_movie_player.h" namespace JAInter { class BankWave { @@ -23,12 +24,6 @@ namespace JAInter { }; }; -class daMP_c : public fopAc_ac_c { -public: - /* 0x290 */ u32 (*mpCallBack1)(); - /* 0x294 */ u32 (*mpCallBack2)(f32); -}; - #if VERSION == VERSION_PAL #define title_of_scene_class dScnTitle_c #endif |
