mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-24 23:21:31 -04:00
5fb89c15d8
* d_a_kaji OK * Fix return types * Whoops, wrong bool for one
16 lines
329 B
C++
16 lines
329 B
C++
#ifndef D_A_OBJ_PIRATESHIP_H
|
|
#define D_A_OBJ_PIRATESHIP_H
|
|
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
namespace daObjPirateship {
|
|
class Act_c : public fopAc_ac_c {
|
|
public:
|
|
/* 0x290 */ u8 temp[0x2CC - 0x290];
|
|
/* 0x2CC */ u8 unk2CC;
|
|
/* 0x2D0 */ J3DModel* mpModel;
|
|
};
|
|
}
|
|
|
|
#endif /* D_A_OBJ_PIRATESHIP_H */
|