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

Comparing deliantra/server/include/freezethaw.h (file contents):
Revision 1.7 by root, Thu Apr 29 12:24:04 2010 UTC vs.
Revision 1.8 by root, Thu May 6 22:35:41 2010 UTC

229 229
230 void get (uint32 &i) const { i = get_sint64 (); } 230 void get (uint32 &i) const { i = get_sint64 (); }
231 void get (sint64 &i) const { i = get_sint64 (); } 231 void get (sint64 &i) const { i = get_sint64 (); }
232 232
233 void get (region_ptr &r) const; 233 void get (region_ptr &r) const;
234 void get (materialtype_t *&m) const; 234 void get (materialtype_t *&mt) const;
235 235
236 MTH void parse_warn (const_utf8_string msg) const; 236 MTH void parse_warn (const_utf8_string msg) const;
237 MTH bool parse_error (const_utf8_string type = 0, const_utf8_string name = 0, bool skip = true) const; 237 MTH bool parse_error (const_utf8_string type = 0, const_utf8_string name = 0, bool skip = true) const;
238 238
239 struct delayed_ref { 239 struct delayed_ref {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines