Files
tww/include/d/res/res_ppos.h
T
2024-04-23 15:02:25 -04:00

12 lines
179 B
C

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