mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-30 00:46:29 -04:00
22 lines
360 B
C++
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 */
|