Shipwright/soh/src/overlays/actors/ovl_Bg_Spot18_Futa/z_bg_spot18_futa.h

13 lines
226 B
C

#ifndef Z_BG_SPOT18_FUTA_H
#define Z_BG_SPOT18_FUTA_H
#include "ultra64.h"
#include "global.h"
struct BgSpot18Futa;
typedef struct BgSpot18Futa {
/* 0x0000 */ DynaPolyActor dyna;
} BgSpot18Futa; // size = 0x0164
#endif