summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_BoxManager/ac_boxManager.h
blob: 0cb3fd92c60973e374e45e98098435a386cd8d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef AC_BOXMANAGER_H
#define AC_BOXMANAGER_H

#include "ultra64.h"
#include "m_actor.h"
#include "unk.h"

struct Game_Play;
struct BoxManager;

typedef void (*BoxManagerActionFunc)(struct BoxManager*, struct Game_Play*);

typedef struct BoxManager {
    /* 0x000 */ Actor actor;
    /* 0x174 */ UNK_TYPE1 unk_174[0x84];
} BoxManager; // size = 0x1F8

#endif