mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 23:44:28 -04:00
22 lines
438 B
C
22 lines
438 B
C
#ifndef RES_Y_HORIYUK_H
|
|
#define RES_Y_HORIYUK_H
|
|
|
|
enum dRes_INDEX_Y_HORIYUK {
|
|
/* BMDR */
|
|
dRes_INDEX_Y_HORIYUK_BMD_YHORIYUKI_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_Y_HORIYUK_DZB_YHORIYUKI_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_Y_HORIYUK {
|
|
/* BMDR */
|
|
dRes_ID_Y_HORIYUK_BMD_YHORIYUKI_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_Y_HORIYUK_DZB_YHORIYUKI_e=0x7,
|
|
};
|
|
|
|
enum YHORIYUKI_JNT {
|
|
YHORIYUKI_JNT_WORLD_ROOT_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_Y_HORIYUK_H */ |