mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-07 18:22:07 -04:00
18 lines
276 B
C
18 lines
276 B
C
#ifndef RES_VMAPC_H
|
|
#define RES_VMAPC_H
|
|
|
|
enum dRes_INDEX_VMAPC {
|
|
/* BDL */
|
|
dRes_INDEX_VMAPC_BDL_VMAPC_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VMAPC {
|
|
/* BDL */
|
|
dRes_ID_VMAPC_BDL_VMAPC_e=0x3,
|
|
};
|
|
|
|
enum VMAPC_JNT {
|
|
VMAPC_JNT_VMAPC_MODEL_e=0x0,
|
|
};
|
|
|
|
#endif /* !RES_VMAPC_H */ |