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.4 by pippijn, Wed May 3 15:09:03 2006 UTC vs.
Revision 1.5 by pippijn, Sat May 6 13:16:06 2006 UTC

196int command_usekeys(object *op, char *params); 196int command_usekeys(object *op, char *params);
197int command_resistances(object *op, char *params); 197int command_resistances(object *op, char *params);
198int command_help(object *op, char *params); 198int command_help(object *op, char *params);
199int onoff_value(const char *line); 199int onoff_value(const char *line);
200int command_quit(object *op, char *params); 200int command_quit(object *op, char *params);
201int command_suicide(object *op, char *params);
202int command_real_quit(object *op, char *params); 201int command_real_quit(object *op, char *params);
203int command_explore(object *op, char *params); 202int command_explore(object *op, char *params);
204int command_sound(object *op, char *params); 203int command_sound(object *op, char *params);
205void receive_player_name(object *op, char k); 204void receive_player_name(object *op, char k);
206void receive_player_password(object *op, char k); 205void receive_player_password(object *op, char k);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines