2021-03-28 22:49:05 +02:00
|
|
|
#ifndef D_A_OBJ_PDWALL_H
|
|
|
|
|
#define D_A_OBJ_PDWALL_H
|
|
|
|
|
|
2024-05-29 01:49:10 -06:00
|
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @ingroup actors-objects
|
|
|
|
|
* @class daObjPDwall_c
|
|
|
|
|
* @brief P - D Wall?
|
|
|
|
|
*
|
|
|
|
|
* @details
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
class daObjPDwall_c : public fopAc_ac_c {
|
|
|
|
|
public:
|
|
|
|
|
/* 80CAC7F8 */ void create1st();
|
|
|
|
|
/* 80CAC8DC */ void setMtx();
|
|
|
|
|
/* 80CACA44 */ void CreateHeap();
|
|
|
|
|
/* 80CACBA8 */ void Create();
|
|
|
|
|
/* 80CACCE0 */ void Execute(f32 (**)[3][4]);
|
|
|
|
|
/* 80CACF14 */ void Draw();
|
|
|
|
|
/* 80CACFD4 */ void Delete();
|
|
|
|
|
/* 80CAD140 */ ~daObjPDwall_c();
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
/* 0x568 */ u8 field_0x568[0xa18 - 0x568];
|
|
|
|
|
};
|
2024-06-10 01:34:52 -06:00
|
|
|
|
2024-05-29 01:49:10 -06:00
|
|
|
STATIC_ASSERT(sizeof(daObjPDwall_c) == 0xa18);
|
|
|
|
|
|
2021-03-28 22:49:05 +02:00
|
|
|
|
|
|
|
|
#endif /* D_A_OBJ_PDWALL_H */
|