mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 15:42:42 -04:00
178194ccb2
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
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 */
|