mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
32 lines
630 B
C
32 lines
630 B
C
#ifndef RES_GBED_H
|
|
#define RES_GBED_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Gbed.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_GBED {
|
|
/* BDL */
|
|
dRes_INDEX_GBED_BDL_K_GBED_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_GBED_DZB_K_GBED_e=0x7,
|
|
dRes_INDEX_GBED_DZB_VTENG_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_GBED {
|
|
/* BDL */
|
|
dRes_ID_GBED_BDL_K_GBED_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_GBED_DZB_K_GBED_e=0x7,
|
|
dRes_ID_GBED_DZB_VTENG_e=0x8,
|
|
};
|
|
|
|
enum K_GBED_JNT {
|
|
K_GBED_JNT_K_GBED_e=0x0,
|
|
K_GBED_JNT_K_GBED_1_e=0x1,
|
|
K_GBED_JNT_K_GS_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_GBED_H */
|