summaryrefslogtreecommitdiff
path: root/include/manager/secretManager.h
blob: 96a94048fd23f5e0fc506b1a162c53467cb41eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SECRETMANAGER_H
#define SECRETMANAGER_H

#include "manager.h"

typedef struct {
    Manager base;
    u8 field_0x20[0x18];
    s16 field_0x38;
    u8 field_0x3a;
    u8 field_0x3b;
    u16 field_0x3c;
    u16 field_0x3e;
} SecretManager;

#endif // SECRETMANAGER_H