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

12 lines
200 B
C

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