Files
tww/include/d/res/res_usovmc.h
T
2024-04-23 15:02:25 -04:00

15 lines
235 B
C

#ifndef RES_USOVMC_H
#define RES_USOVMC_H
#include "global.h"
enum USOVMC_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
USOVMC_BDL_VMCBX=0x4,
/* DZB */
USOVMC_DZB_VMCBS=0x7,
};
#endif /* RES_USOVMC_H */