mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-08 05:40:36 -04:00
20 lines
387 B
C
20 lines
387 B
C
#ifndef RES_ERRORRES_H
|
|
#define RES_ERRORRES_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: errorres.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_ERRORRES {
|
|
/* SCRN */
|
|
dRes_INDEX_ERRORRES_BLO_FILE_ERROR_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_ERRORRES {
|
|
/* SCRN */
|
|
dRes_ID_ERRORRES_BLO_FILE_ERROR_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_ERRORRES_H */
|