summaryrefslogtreecommitdiff
path: root/include/manager/holeManager.h
blob: 6bf14c931d7de3182b70b697a8859fd8f22b7e7c (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 x;
    s16 y;
    u16 width;
    u16 height;
    u8 unk_28[8];
    u16 persistance_x;
    u16 persistance_y;
    u16 persistance_offset_x;
    u16 persistance_offset_y;
    u8 unk_38[7];
    u8 unk_3f;
} HoleManager;

#endif // HOLEMANAGER_H