mirror of https://github.com/zeldaret/tp.git
35 lines
712 B
C++
35 lines
712 B
C++
#ifndef D_A_L7LOW_DR_H
|
|
#define D_A_L7LOW_DR_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
/**
|
|
* @ingroup actors-unsorted
|
|
* @class daL7lowDr_c
|
|
* @brief
|
|
*
|
|
* @details
|
|
*
|
|
*/
|
|
class daL7lowDr_c : public fopAc_ac_c {
|
|
public:
|
|
/* 805AA5F8 */ void setAction(void (daL7lowDr_c::*)());
|
|
/* 805AA69C */ void action();
|
|
/* 805AA748 */ void _delete();
|
|
/* 805AA7B8 */ void mtx_set();
|
|
/* 805AA828 */ void fly();
|
|
/* 805AABF8 */ void execute();
|
|
/* 805AAC5C */ void CreateHeap();
|
|
/* 805AAD58 */ void create();
|
|
/* 805AAEA8 */ void draw();
|
|
|
|
private:
|
|
/* 0x568 */ u8 field_0x568[0x644 - 0x568];
|
|
};
|
|
|
|
STATIC_ASSERT(sizeof(daL7lowDr_c) == 0x644);
|
|
|
|
|
|
#endif /* D_A_L7LOW_DR_H */
|