Shipwright/soh/src/overlays/actors/ovl_En_It/z_en_it.h

16 lines
252 B
C

#ifndef Z_EN_IT_H
#define Z_EN_IT_H
#include "ultra64.h"
#include "global.h"
struct EnIt;
typedef struct EnIt {
/* 0x0000 */ Actor actor;
/* 0x014C */ u32 unk_14C;
/* 0x0150 */ ColliderCylinder collider;
} EnIt; // size = 0x019C
#endif