mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 00:16:19 -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>
29 lines
452 B
C++
29 lines
452 B
C++
#ifndef D_A_OBJ_TATIGI_H
|
|
#define D_A_OBJ_TATIGI_H
|
|
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
struct tg_ss {
|
|
public:
|
|
/* 80D083C0 */ ~tg_ss();
|
|
/* 80D08494 */ tg_ss();
|
|
};
|
|
|
|
/**
|
|
* @ingroup actors-objects
|
|
* @class obj_tatigi_class
|
|
* @brief ???
|
|
*
|
|
* @details
|
|
*
|
|
*/
|
|
class obj_tatigi_class : public fopAc_ac_c {
|
|
private:
|
|
/* 0x568 */ u8 field_0x568[0x1bc0 - 0x568];
|
|
};
|
|
|
|
STATIC_ASSERT(sizeof(obj_tatigi_class) == 0x1bc0);
|
|
|
|
|
|
#endif /* D_A_OBJ_TATIGI_H */
|