mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-06 18:02:28 -04:00
22 lines
436 B
C
22 lines
436 B
C
#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 */
|