summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_Goza/ac_goza.h
blob: 4be1ffe82a3406ca3a0dd25cf33e4edf3f8d4748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef AC_GOZA_H
#define AC_GOZA_H

#include "ultra64.h"
#include "m_actor.h"
#include "unk.h"
#include "overlays/actors/ovl_Structure/ac_structure.h"

struct Game_Play;
struct Goza;

typedef void (*GozaActionFunc)(struct Goza*, struct Game_Play*);

typedef struct Goza {
    /* 0x000 */ StructureActor structureActor;
} Goza; // size = 0x2D8

#endif