mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
d_a_obj_lv3waterEff / d_a_kytag16 OK
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
#ifndef D_A_OBJ_LV3WATEREFF_H
|
||||
#define D_A_OBJ_LV3WATEREFF_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f_op/f_op_actor_mng.h"
|
||||
|
||||
class daObjWaterEff_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80C5C4F8 */ int Create();
|
||||
/* 80C5C5DC */ int create();
|
||||
/* 80C5C6B0 */ int execute();
|
||||
/* 80C5C7B8 */ int _delete();
|
||||
|
||||
/* 0x568 */ cXyz mSePositions[2];
|
||||
/* 0x580 */ JPABaseEmitter* mParticles[4];
|
||||
/* 0x590 */ u8 unused_0x590[0x594 - 0x590];
|
||||
};
|
||||
|
||||
#endif /* D_A_OBJ_LV3WATEREFF_H */
|
||||
|
||||
Reference in New Issue
Block a user