Shipwright/soh/src/overlays/actors/ovl_En_OE2/z_en_oe2.h
briaguya ba13e6b2c4 refactor: use LUS 1.0 RC
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com>
Co-authored-by: David Chavez <david@dcvz.io>
Co-authored-by: KiritoDv <kiritodev01@gmail.com>
Co-authored-by: Christopher Leggett <chris@leggett.dev>
2023-01-17 00:33:56 -05:00

18 lines
340 B
C

#ifndef Z_EN_OE2_H
#define Z_EN_OE2_H
#include <libultraship/libultra.h>
#include "global.h"
struct EnOE2;
typedef void (*EnOE2ActionFunc)(struct EnOE2*, PlayState*);
typedef struct EnOE2 {
/* 0x0000 */ Actor actor;
/* 0x014C */ char unk_14C[0x44];
/* 0x0190 */ EnOE2ActionFunc actionFunc;
} EnOE2; // size = 0x0194
#endif