mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-08 02:00:17 -04:00
18 lines
326 B
C
18 lines
326 B
C
#ifndef RES_O_MD_PACH_H
|
|
#define RES_O_MD_PACH_H
|
|
|
|
enum dRes_INDEX_O_MD_PACH {
|
|
/* BMDR */
|
|
dRes_INDEX_O_MD_PACH_BMD_O_MD_PACHI_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_O_MD_PACH {
|
|
/* BMDR */
|
|
dRes_ID_O_MD_PACH_BMD_O_MD_PACHI_e=0x3,
|
|
};
|
|
|
|
enum O_MD_PACHI_JNT {
|
|
O_MD_PACHI_JNT_O_GD_AL_PACHI_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_O_MD_PACH_H */ |