mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Setup d_a_obj Actors (#2161)
* checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * finish * add class comments * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * checkpoint * finish * add class comments * rm duplicate comments * fix build
This commit is contained in:
@@ -5,6 +5,14 @@
|
||||
#include "d/msg/d_msg_flow.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
/**
|
||||
* @ingroup actors-objects
|
||||
* @class daObjTable_c
|
||||
* @brief Table
|
||||
*
|
||||
* @details
|
||||
*
|
||||
*/
|
||||
class daObjTable_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80D06560 */ int CreateHeap();
|
||||
@@ -19,12 +27,13 @@ public:
|
||||
|
||||
s16 getMessageNo() { return (s16)fopAcM_GetParamBit(this, 0, 16); }
|
||||
|
||||
private:
|
||||
/* 0x5A0 */ J3DModel* mpModel;
|
||||
/* 0x5A4 */ request_of_phase_process_class mPhaseReq;
|
||||
/* 0x5AC */ dMsgFlow_c mMsgFlow;
|
||||
/* 0x5F8 */ u32 mShadowKey;
|
||||
/* 0x5FC */ s16 mEventID;
|
||||
}; // Size: 0x600
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daObjTable_c) == 0x600);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user