Shipwright/soh/src/overlays/actors/ovl_Bg_Ddan_Kd/z_bg_ddan_kd.h

21 lines
478 B
C

#ifndef Z_BG_DDAN_KD_H
#define Z_BG_DDAN_KD_H
#include "ultra64.h"
#include "global.h"
struct BgDdanKd;
typedef void (*BgDdanKdActionFunc)(struct BgDdanKd*, GlobalContext*);
typedef struct BgDdanKd {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ Actor* prevExplosive;
/* 0x0168 */ s16 timer;
/* 0x016C */ Vec3f prevExplosivePos;
/* 0x0178 */ ColliderCylinder collider;
/* 0x01C4 */ BgDdanKdActionFunc actionFunc;
} BgDdanKd; // size = 0x01C8
#endif