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.2 by root, Thu Apr 15 04:18:09 2010 UTC vs.
Revision 1.3 by root, Thu Apr 15 04:56:47 2010 UTC

190 MTH void next (); 190 MTH void next ();
191 191
192 // parse next line, as a single value 192 // parse next line, as a single value
193 // skips initial whitespace and comments 193 // skips initial whitespace and comments
194 // and sets kw to KW_value on success. 194 // and sets kw to KW_value on success.
195 MTH void next_line (); 195 MTH bool next_line ();
196 196
197 // skip the current key-value (usually fetch next line, for 197 // skip the current key-value (usually fetch next line, for
198 // multiline-fields, skips till the corresponding end-kw 198 // multiline-fields, skips till the corresponding end-kw
199 MTH void skip (); 199 MTH void skip ();
200 MTH void skip_block (); // skips till and over KW_end 200 MTH void skip_block (); // skips till and over KW_end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines