mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-10 20:58:29 -04:00
094a297809
* 45% d_a_kui * 97% d_a_kui * 100% d_a_kui match * Fix easy issues from PR review * Use s16[3] for field_0x2DC
24 lines
442 B
C++
24 lines
442 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[0x2e4 - 0x290];
|
|
/* 0x02E4 */ s16 field_0x2e4;
|
|
/* 0x02E6 */ u8 field_0x2e6[0x6e16 - 0x2e6];
|
|
/* 0x6E16 */ s16 field_0x6e16;
|
|
};
|
|
|
|
class daBtd_HIO_c {
|
|
public:
|
|
daBtd_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_BTD_H */
|