mirror of
https://github.com/zeldaret/tp
synced 2026-05-22 22:44:28 -04:00
14 lines
265 B
C
14 lines
265 B
C
#ifndef RES_MSGRES06_H
|
|
#define RES_MSGRES06_H
|
|
|
|
enum dRes_INDEX_MSGRES06 {
|
|
/* SCRN */
|
|
dRes_INDEX_MSGRES06_BLO_ZELDA_STAFF_ROLL_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_MSGRES06 {
|
|
/* SCRN */
|
|
dRes_ID_MSGRES06_BLO_ZELDA_STAFF_ROLL_e=0x3,
|
|
};
|
|
|
|
#endif /* !RES_MSGRES06_H */ |