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

Comparing deliantra/server/include/player.h (file contents):
Revision 1.101 by root, Sat Jan 16 13:41:37 2010 UTC vs.
Revision 1.102 by root, Sat Jan 16 17:57:32 2010 UTC

223 223
224 MTH void link_skills (); 224 MTH void link_skills ();
225 MTH object *find_skill (shstr_cmp name) const; 225 MTH object *find_skill (shstr_cmp name) const;
226 226
227 bool save_pl (object_freezer &freezer); 227 bool save_pl (object_freezer &freezer);
228 MTH bool save_pl (const_utf8_string path); 228 MTH bool save_pl (const_octet_string path);
229 229
230 void do_destroy (); 230 void do_destroy ();
231 void gather_callbacks (AV *&callbacks, event_type event) const; 231 void gather_callbacks (AV *&callbacks, event_type event) const;
232 232
233 MTH dynbuf_text *expand_cfpod (const_utf8_string cfpod) const; 233 MTH dynbuf_text *expand_cfpod (const_utf8_string cfpod) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines