Shipwright/soh/src/overlays/actors/ovl_Bg_Gnd_Nisekabe/z_bg_gnd_nisekabe.h

14 lines
225 B
C

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