Shipwright/soh/src/overlays/actors/ovl_Bg_Spot15_Saku/z_bg_spot15_saku.h

20 lines
448 B
C

#ifndef Z_BG_SPOT15_SAKU_H
#define Z_BG_SPOT15_SAKU_H
#include "ultra64.h"
#include "global.h"
struct BgSpot15Saku;
typedef void (*BgSpot15SakuActionFunc)(struct BgSpot15Saku*, GlobalContext*);
typedef struct BgSpot15Saku {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ BgSpot15SakuActionFunc actionFunc;
/* 0x0168 */ u64 unk_168;
/* 0x0170 */ Vec3f unk_170;
/* 0x017C */ s16 timer;
} BgSpot15Saku; // size = 0x0180
#endif