--- np2/common/strres.h 2003/10/16 17:57:09 1.1 +++ np2/common/strres.h 2003/11/21 06:51:10 1.3 @@ -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,9 @@ 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[]; + #ifdef __cplusplus } #endif