mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 13:46:21 -04:00
24 lines
407 B
C
24 lines
407 B
C
#ifndef RES_VMAPT_H
|
|
#define RES_VMAPT_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: VmapT.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VMAPT {
|
|
/* BDL */
|
|
dRes_INDEX_VMAPT_BDL_VMAPT_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VMAPT {
|
|
/* BDL */
|
|
dRes_ID_VMAPT_BDL_VMAPT_e=0x3,
|
|
};
|
|
|
|
enum VMAPT_JNT {
|
|
VMAPT_JNT_VMAPT_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VMAPT_H */
|