Shipwright/soh/src/overlays/actors/ovl_En_Torch/z_en_torch.h

14 lines
193 B
C

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