mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-29 07:32:32 -04:00
Move more actor classes to headers
This commit is contained in:
+1
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user