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.89 by root, Sat Dec 27 08:01:07 2008 UTC vs.
Revision 1.90 by root, Thu Jan 1 19:42:43 2009 UTC

199 199
200 static player *load_pl (object_thawer &thawer); 200 static player *load_pl (object_thawer &thawer);
201 MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); } 201 MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); }
202 202
203 MTH void link_skills (); 203 MTH void link_skills ();
204 MTH object *find_skill (const char *name) const; 204 MTH object *find_skill (shstr_cmp name) const;
205 object *find_skill (const shstr &name) const;
206 205
207 bool save_pl (object_freezer &freezer); 206 bool save_pl (object_freezer &freezer);
208 MTH bool save_pl (const char *path); 207 MTH bool save_pl (const char *path);
209 208
210 void do_destroy (); 209 void do_destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines