Shipwright/soh/src/overlays/actors/ovl_Bg_Spot17_Funen/z_bg_spot17_funen.h

14 lines
225 B
C

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