Files
tww/include/d/actor/d_a_btd.h
T
Jasper St. Pierre 8472920fda d_a_bita match
2024-02-07 18:43:39 -08:00

22 lines
360 B
C++

#ifndef D_A_BTD_H
#define D_A_BTD_H
#include "f_op/f_op_actor.h"
class btd_class : public fopAc_ac_c {
public:
/* Place member variables here */
/* 0x0290 */ u8 field_0x290[0x6e16 - 0x290];
/* 0x6E16 */ s16 field_0x6e16;
};
class daBtd_HIO_c {
public:
daBtd_HIO_c();
public:
/* Place member variables here */
};
#endif /* D_A_BTD_H */