Shipwright/soh/src/overlays/actors/ovl_Bg_Jya_Amishutter/z_bg_jya_amishutter.h

17 lines
366 B
C

#ifndef Z_BG_JYA_AMISHUTTER_H
#define Z_BG_JYA_AMISHUTTER_H
#include "ultra64.h"
#include "global.h"
struct BgJyaAmishutter;
typedef void (*BgJyaAmishutterActionFunc)(struct BgJyaAmishutter*);
typedef struct BgJyaAmishutter {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ BgJyaAmishutterActionFunc actionFunc;
} BgJyaAmishutter; // size = 0x0168
#endif