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

15 lines
250 B
C

#ifndef RES_VYASI_H
#define RES_VYASI_H
#include "global.h" // IWYU pragma: keep
enum VYASI_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
VYASI_BCK_VYASI=0x4,
/* BDL */
VYASI_BDL_VYASI=0x7,
};
#endif /* RES_VYASI_H */