mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-05 03:07:40 -04:00
14 lines
261 B
C++
14 lines
261 B
C++
#ifndef D_A_MANT_H
|
|
#define D_A_MANT_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class mant_class : public fopAc_ac_c {
|
|
public:
|
|
/* 0x0290 */ u8 m0290[0x1BEC - 0x0290];
|
|
/* 0x1BEC */ cXyz m1BEC;
|
|
/* 0x1BF8 */ u8 m1BF8[0x283C - 0x1BF8];
|
|
};
|
|
|
|
#endif /* D_A_MANT_H */
|