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

15 lines
257 B
C

#ifndef RES_PNAME_H
#define RES_PNAME_H
#include "global.h" // IWYU pragma: keep
enum PNAME_RES_FILE_ID { // IDs and indexes are synced
/* SCRN */
PNAME_BLO_PLACE_NAME=0x4,
/* TIMG */
PNAME_BTI_PN_01=0x7,
};
#endif /* RES_PNAME_H */