mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-10 11:13:45 -04:00
24 lines
407 B
C
24 lines
407 B
C
#ifndef RES_VMSDZ_H
|
|
#define RES_VMSDZ_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: VmsDZ.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VMSDZ {
|
|
/* BDL */
|
|
dRes_INDEX_VMSDZ_BDL_VMSDZ_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VMSDZ {
|
|
/* BDL */
|
|
dRes_ID_VMSDZ_BDL_VMSDZ_e=0x3,
|
|
};
|
|
|
|
enum VMSDZ_JNT {
|
|
VMSDZ_JNT_VMSDZ_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_VMSDZ_H */
|