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.17 by root, Sun Jul 1 05:00:18 2007 UTC vs.
Revision 1.18 by root, Tue Jul 10 05:51:38 2007 UTC

177inline bool operator ==(const shstr &a, const shstr_cmp &b) 177inline bool operator ==(const shstr &a, const shstr_cmp &b)
178{ 178{
179 return b == a; 179 return b == a;
180} 180}
181 181
182extern const shstr undead_name; /* Used in hit_player() in main.c */ 182#define def(str) extern const shstr shstr_ ## str;
183# include "shstrinc.h"
184#undef def
183 185
184#endif 186#endif
185 187

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines