Shipwright/soh/src/overlays/actors/ovl_En_Vase/z_en_vase.h

14 lines
188 B
C

#ifndef Z_EN_VASE_H
#define Z_EN_VASE_H
#include "ultra64.h"
#include "global.h"
struct EnVase;
typedef struct EnVase {
/* 0x0000 */ Actor actor;
} EnVase; // size = 0x014C
#endif