mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
29 lines
542 B
C
29 lines
542 B
C
#ifndef RES_VDOKU_H
|
|
#define RES_VDOKU_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vdoku.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VDOKU {
|
|
/* BDLM */
|
|
dRes_INDEX_VDOKU_BDL_VDOKU_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VDOKU_BTK_VDOKU_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VDOKU {
|
|
/* BDLM */
|
|
dRes_ID_VDOKU_BDL_VDOKU_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VDOKU_BTK_VDOKU_e=0x7,
|
|
};
|
|
|
|
enum VDOKU_JNT {
|
|
VDOKU_JNT_ROOT_VDOKU_e=0x0,
|
|
VDOKU_JNT_VDOKU_MODEL_e=0x1,
|
|
};
|
|
|
|
#endif /* RES_VDOKU_H */
|