mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-05 03:07:40 -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
446 B
C++
24 lines
446 B
C++
#ifndef D_A_DR2_H
|
|
#define D_A_DR2_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class dr2_class : public fopAc_ac_c {
|
|
public:
|
|
/* 0x290 */ u8 field_0x290[0x3B0 - 0x290];
|
|
/* 0x3B0 */ cXyz field_0x3B0;
|
|
/* 0x3BC */ u8 field_0x3BC[0x4BA - 0x3BC];
|
|
/* 0x4BA */ s16 field_0x4BA;
|
|
/* 0x4BC */ u8 field_0x4BC[0x50C - 0x4BC];
|
|
};
|
|
|
|
class daDr2_HIO_c {
|
|
public:
|
|
daDr2_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_DR2_H */
|