Shipwright/soh/src/overlays/actors/ovl_Bg_Spot18_Shutter/z_bg_spot18_shutter.h

17 lines
382 B
C

#ifndef Z_BG_SPOT18_SHUTTER_H
#define Z_BG_SPOT18_SHUTTER_H
#include "ultra64.h"
#include "global.h"
struct BgSpot18Shutter;
typedef void (*BgSpot18ShutterActionFunc)(struct BgSpot18Shutter*, GlobalContext*);
typedef struct BgSpot18Shutter {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ BgSpot18ShutterActionFunc actionFunc;
} BgSpot18Shutter; // size = 0x0168
#endif