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.83 by root, Thu Sep 25 04:09:57 2008 UTC vs.
Revision 1.84 by root, Thu Sep 25 22:58:13 2008 UTC

179 179
180 static player *load_pl (object_thawer &thawer); 180 static player *load_pl (object_thawer &thawer);
181 MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); } 181 MTH static player *load_pl (object_thawer *thawer) { return load_pl (*thawer); }
182 182
183 MTH void link_skills (); 183 MTH void link_skills ();
184 MTH object *find_skill (const char *name) const;
185 object *find_skill (const shstr &name) const;
184 186
185 bool save_pl (object_freezer &freezer); 187 bool save_pl (object_freezer &freezer);
186 MTH bool save_pl (const char *path); 188 MTH bool save_pl (const char *path);
187 189
188 void do_destroy (); 190 void do_destroy ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines