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

15 lines
236 B
C

#ifndef RES_PNAME_H
#define RES_PNAME_H
#include "global.h"
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 */