Files
dusklight/include/d/actor/d_a_mant.h
T
TakaRikka 178194ccb2 switch to dtk setup (#2203)
* 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>
2024-10-10 08:29:58 -06:00

34 lines
590 B
C++

#ifndef D_A_MANT_H
#define D_A_MANT_H
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-unsorted
* @class mant_class
* @brief ???
*
* @details Related to Ganondorf Horseback Battle
*
*/
class mant_class : public fopAc_ac_c {
private:
/* 0x568 */ u8 field_0x568[0x39a4 - 0x568];
};
STATIC_ASSERT(sizeof(mant_class) == 0x39a4);
class daMant_packet_c : public fopAc_ac_c {
public:
/* 80861298 */ void draw();
/* 80862BA4 */ ~daMant_packet_c();
};
struct mant_j_s {
public:
/* 80862AC0 */ ~mant_j_s();
/* 80862B3C */ mant_j_s();
};
#endif /* D_A_MANT_H */