--- np2/common/strres.h 2003/10/16 17:57:09 1.1.1.1 +++ np2/common/strres.h 2004/01/26 14:49:14 1.6 @@ -6,14 +6,21 @@ extern "C" { extern const char str_null[]; extern const char str_space[]; extern const char str_dot[]; + extern const char str_cr[]; +extern const char str_crlf[]; +#define str_lf (str_crlf + 1) extern const char str_ini[]; +extern const char str_cfg[]; +extern const char str_sav[]; extern const char str_bmp[]; extern const char str_d88[]; extern const char str_d98[]; extern const char str_thd[]; extern const char str_hdi[]; +extern const char str_hdd[]; +extern const char str_nhd[]; extern const char str_d[]; extern const char str_u[]; @@ -31,6 +38,13 @@ extern const char str_posy[]; extern const char str_width[]; extern const char str_height[]; +extern const char str_np2[]; +extern const char str_resume[]; + +extern const char str_VM[]; +extern const char str_VX[]; +extern const char str_EPSON[]; + #ifdef __cplusplus } #endif