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

12 lines
212 B
C

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