mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
24 lines
466 B
C
24 lines
466 B
C
#ifndef RES_PNAME_H
|
|
#define RES_PNAME_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: PName.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_PNAME {
|
|
/* SCRN */
|
|
dRes_INDEX_PNAME_BLO_PLACE_NAME_e=0x4,
|
|
/* TIMG */
|
|
dRes_INDEX_PNAME_BTI_PN_01_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_PNAME {
|
|
/* SCRN */
|
|
dRes_ID_PNAME_BLO_PLACE_NAME_e=0x4,
|
|
/* TIMG */
|
|
dRes_ID_PNAME_BTI_PN_01_e=0x7,
|
|
};
|
|
|
|
#endif /* RES_PNAME_H */
|