mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
24 lines
400 B
C
24 lines
400 B
C
#ifndef RES_VMAPH_H
|
|
#define RES_VMAPH_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: VmapH.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VMAPH {
|
|
/* BDL */
|
|
dRes_INDEX_VMAPH_BDL_VMAPH_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VMAPH {
|
|
/* BDL */
|
|
dRes_ID_VMAPH_BDL_VMAPH_e=0x3,
|
|
};
|
|
|
|
enum VMAPH_JNT {
|
|
VMAPH_JNT_LMAP_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VMAPH_H */
|