mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 16:31:03 -04:00
18 lines
348 B
C++
18 lines
348 B
C++
#ifndef D_A_KI_H
|
|
#define D_A_KI_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class mDoExt_McaMorf;
|
|
|
|
class ki_class : public fopEn_enemy_c {
|
|
public:
|
|
/* 0x2AC */ u8 m2AC[0x2B4 - 0x2AC];
|
|
/* 0x2B4 */ mDoExt_McaMorf* mpMorf;
|
|
/* 0x2B8 */ u8 m2B8[0x932 - 0x2B8];
|
|
/* 0x932 */ s16 m932;
|
|
/* 0x934 */ u8 m934[0xF04 - 0x934];
|
|
};
|
|
|
|
#endif /* D_A_KI_H */
|