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

12 lines
200 B
C

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