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

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.84 by root, Sat Jul 21 18:01:26 2007 UTC vs.
Revision 1.85 by root, Wed Aug 1 20:07:06 2007 UTC

416 void get (sint32 &i) { i = get_sint32 (); } 416 void get (sint32 &i) { i = get_sint32 (); }
417 417
418 void get (uint32 &i) { i = get_sint64 (); } 418 void get (uint32 &i) { i = get_sint64 (); }
419 void get (sint64 &i) { i = get_sint64 (); } 419 void get (sint64 &i) { i = get_sint64 (); }
420 420
421 void parse_warn (const char *msg);
421 bool parse_error (const char *type = 0, const char *name = 0, bool skip = true); 422 bool parse_error (const char *type = 0, const char *name = 0, bool skip = true);
422}; 423};
423 424
424//TODO: remove 425//TODO: remove
425char *fgets (char *s, int n, object_thawer &thawer); 426char *fgets (char *s, int n, object_thawer &thawer);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines