Files
tww/include/d/res/res_usovmc.h
T

15 lines
256 B
C

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