--- np2/common/strres.h 2003/10/16 17:57:09 1.1 +++ np2/common/strres.h 2003/12/21 16:05:25 1.4 @@ -6,9 +6,14 @@ 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[]; @@ -31,6 +36,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