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

12 lines
206 B
C

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