summaryrefslogtreecommitdiff
path: root/assets/Shield/res/Object/O_gD_Mkey.h
blob: 50c59077083c3b27ef8adbb29c3387be952f1dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef RES_O_GD_MKEY_H
#define RES_O_GD_MKEY_H

enum dRes_INDEX_O_GD_MKEY {
    /* BMDR */
    dRes_INDEX_O_GD_MKEY_BMD_O_GD_MKEY_ALL_e=0x3,
};

enum dRes_ID_O_GD_MKEY {
    /* BMDR */
    dRes_ID_O_GD_MKEY_BMD_O_GD_MKEY_ALL_e=0x3,
};

enum O_GD_MKEY_ALL_JNT {
    O_GD_MKEY_ALL_JNT_O_GD_MKEY_ALL_e=0x0,
};

#endif /* !RES_O_GD_MKEY_H */