summaryrefslogtreecommitdiff
path: root/include/manager/miscManager.h
blob: bde8388be1be9520c8d1d1100a1fbf996a473296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MISCMANAGER_H
#define MISCMANAGER_H

#include "manager.h"

typedef struct {
    Manager base;
    u8 unk_20[0x18];
    s16 unk_38;
    s16 unk_3a;
    u16 unk_3c;
    u16 flags;
} MiscManager;

#endif // MISCMANAGER_H