mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
30 lines
580 B
C
30 lines
580 B
C
#ifndef RES_VAMUK_H
|
|
#define RES_VAMUK_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vamuk.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VAMUK {
|
|
/* BDLM */
|
|
dRes_INDEX_VAMUK_BDL_VAMUK_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_VAMUK_BTK_VAMUK_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_VAMUK {
|
|
/* BDLM */
|
|
dRes_ID_VAMUK_BDL_VAMUK_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_VAMUK_BTK_VAMUK_e=0x7,
|
|
};
|
|
|
|
enum VAMUK_JNT {
|
|
VAMUK_JNT_ROOT_VAMUK_e=0x0,
|
|
VAMUK_JNT_SC_AMUK_OUTSIDE_e=0x1,
|
|
VAMUK_JNT_ZAMUK_INSIDE_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_VAMUK_H */
|