blob: 3a6625769a58857d720040132cc9baf09fba98e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#ifndef RES_MAGMA_H
#define RES_MAGMA_H
//
// Generated by res_arc.py from archive: Magma.arc
// Do not manually modify this file or your changes will be overwritten.
//
enum dRes_INDEX_MAGMA {
/* DAT */
dRes_INDEX_MAGMA_BTI_MAG_COL_e=0x3,
dRes_INDEX_MAGMA_BTI_MAG_KURO_e=0x4,
};
enum dRes_ID_MAGMA {
/* DAT */
dRes_ID_MAGMA_BTI_MAG_COL_e=0x3,
dRes_ID_MAGMA_BTI_MAG_KURO_e=0x4,
};
#endif /* RES_MAGMA_H */
|