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.82 by root, Mon Sep 8 11:27:25 2008 UTC vs.
Revision 1.83 by root, Thu Sep 25 04:09:57 2008 UTC

178 static player *find (const_utf8_string name); 178 static player *find (const_utf8_string name);
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 ();
184
183 bool save_pl (object_freezer &freezer); 185 bool save_pl (object_freezer &freezer);
184 MTH bool save_pl (const char *path); 186 MTH bool save_pl (const char *path);
185 187
186 void do_destroy (); 188 void do_destroy ();
187 void gather_callbacks (AV *&callbacks, event_type event) const; 189 void gather_callbacks (AV *&callbacks, event_type event) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines