summaryrefslogtreecommitdiff
path: root/include/manager/holeManager.h
blob: 59bb8d66f26c765644910d39e738319333227b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef HOLEMANAGER_H
#define HOLEMANAGER_H

#include "manager.h"

typedef struct {
    Manager base;
    s16 unk_20;
    s16 unk_22;
    u16 unk_24;
    u16 unk_26;
    u8 unk_28[8];
    u16 unk_30;
    u16 unk_32;
    u16 unk_34;
    u16 unk_36;
    u8 unk_38[7];
    u8 unk_3f;
} HoleManager;

#endif // HOLEMANAGER_H