Shipwright/soh/src/overlays/actors/ovl_En_Arow_Trap/z_en_arow_trap.h

17 lines
291 B
C

#ifndef Z_EN_AROW_TRAP_H
#define Z_EN_AROW_TRAP_H
#include "ultra64.h"
#include "global.h"
#include "z64.h"
struct EnArowTrap;
typedef struct EnArowTrap {
/* 0x0000 */ Actor actor;
/* 0x014C */ u32 unk_14C;
/* 0x0150 */ u32 attackTimer;
} EnArowTrap; // size = 0x0154
#endif