mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-09 18:57:32 -04:00
18 lines
276 B
C
18 lines
276 B
C
#ifndef RES_VMAPG_H
|
|
#define RES_VMAPG_H
|
|
|
|
enum dRes_INDEX_VMAPG {
|
|
/* BDL */
|
|
dRes_INDEX_VMAPG_BDL_VMAPG_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VMAPG {
|
|
/* BDL */
|
|
dRes_ID_VMAPG_BDL_VMAPG_e=0x3,
|
|
};
|
|
|
|
enum VMAPG_JNT {
|
|
VMAPG_JNT_VMAPG_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_VMAPG_H */ |