Shipwright/soh/src/overlays/actors/ovl_En_Sda/z_en_sda.h

14 lines
183 B
C

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