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

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.52 by pippijn, Fri Mar 2 13:43:59 2007 UTC vs.
Revision 1.53 by pippijn, Fri Mar 2 15:04:56 2007 UTC

205int command_teleport(object *op, char *params); 205int command_teleport(object *op, char *params);
206int command_create(object *op, char *params); 206int command_create(object *op, char *params);
207int command_inventory(object *op, char *params); 207int command_inventory(object *op, char *params);
208int command_skills(object *op, char *params); 208int command_skills(object *op, char *params);
209int command_dump(object *op, char *params); 209int command_dump(object *op, char *params);
210int command_mon_aggr(object *op, char *params);
211int command_possess(object *op, char *params);
212int command_patch(object *op, char *params); 210int command_patch(object *op, char *params);
213int command_remove(object *op, char *params); 211int command_remove(object *op, char *params);
214int command_free(object *op, char *params); 212int command_free(object *op, char *params);
215int command_addexp(object *op, char *params); 213int command_addexp(object *op, char *params);
216int command_speed(object *op, char *params); 214int command_speed(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines