Shipwright/soh/src/overlays/actors/ovl_Bg_Jya_1flift/z_bg_jya_1flift.h

22 lines
530 B
C

#ifndef Z_BG_JYA_1FLIFT_H
#define Z_BG_JYA_1FLIFT_H
#include "ultra64.h"
#include "global.h"
struct BgJya1flift;
typedef void (*BgJya1fliftActionFunc)(struct BgJya1flift*, GlobalContext*);
typedef struct BgJya1flift {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ ColliderCylinder collider;
/* 0x01B0 */ BgJya1fliftActionFunc actionFunc;
/* 0x01B4 */ s16 moveDelay;
/* 0x01B6 */ u8 isMovingDown;
/* 0x01B7 */ u8 hasInitialized;
/* 0x01B8 */ u8 isLinkRiding;
} BgJya1flift; // size = 0x01BC
#endif