ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/shstr.h
(Generate patch)

Comparing deliantra/server/include/shstr.h (file contents):
Revision 1.20 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.21 by root, Sat May 3 11:14:50 2008 UTC

179inline bool operator ==(const shstr &a, const shstr_cmp &b) 179inline bool operator ==(const shstr &a, const shstr_cmp &b)
180{ 180{
181 return b == a; 181 return b == a;
182} 182}
183 183
184extern const shstr shstr_null;
185
184#define def(str) extern const shstr shstr_ ## str; 186#define def(str) extern const shstr shstr_ ## str;
185# include "shstrinc.h" 187# include "shstrinc.h"
186#undef def 188#undef def
187 189
188#endif 190#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines