mirror of https://github.com/zeldaret/tp.git
34 lines
590 B
C++
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 */
|