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

12 lines
194 B
C

#ifndef RES_VHO_H
#define RES_VHO_H
#include "global.h" // IWYU pragma: keep
enum VHO_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
VHO_BDL_VHO=0x3,
};
#endif /* RES_VHO_H */