mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 06:03:22 -04:00
5fdcda6661
Co-authored-by: < >
23 lines
397 B
C++
23 lines
397 B
C++
#ifndef D_A_BWDS_H
|
|
#define D_A_BWDS_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class bwds_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
/* 0x0290 */ u8 m0290[0x04F4 - 0x0290];
|
|
/* 0x04F4 */ u8 m04F4;
|
|
/* 0x04F5 */ u8 m04F5[0x18CC - 0x04F5];
|
|
};
|
|
|
|
class daBwds_HIO_c {
|
|
public:
|
|
daBwds_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_BWDS_H */
|