Shipwright/soh/src/overlays/actors/ovl_Bg_Mori_Bigst/z_bg_mori_bigst.h

19 lines
419 B
C

#ifndef Z_BG_MORI_BIGST_H
#define Z_BG_MORI_BIGST_H
#include "ultra64.h"
#include "global.h"
struct BgMoriBigst;
typedef void (*BgMoriBigstActionFunc)(struct BgMoriBigst*, GlobalContext*);
typedef struct BgMoriBigst {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ BgMoriBigstActionFunc actionFunc;
/* 0x0168 */ s16 waitTimer;
/* 0x016A */ s8 moriTexObjIndex;
} BgMoriBigst; // size = 0x016C
#endif