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.36 by root, Fri Jan 5 10:50:47 2007 UTC vs.
Revision 1.37 by root, Sun Jan 7 02:39:14 2007 UTC

201int command_resistances(object *op, char *params); 201int command_resistances(object *op, char *params);
202int command_help(object *op, char *params); 202int command_help(object *op, char *params);
203int onoff_value(const char *line); 203int onoff_value(const char *line);
204int command_quit(object *op, char *params); 204int command_quit(object *op, char *params);
205int command_real_quit(object *op, char *params); 205int command_real_quit(object *op, char *params);
206int command_explore(object *op, char *params);
207int command_sound(object *op, char *params); 206int command_sound(object *op, char *params);
208void receive_player_name(object *op, char k); 207void receive_player_name(object *op, char k);
209void receive_player_password(object *op, char k); 208void receive_player_password(object *op, char k);
210int explore_mode(void);
211int command_title(object *op, char *params); 209int command_title(object *op, char *params);
212int command_save(object *op, char *params); 210int command_save(object *op, char *params);
213int command_peaceful(object *op, char *params); 211int command_peaceful(object *op, char *params);
214int command_wimpy(object *op, char *params); 212int command_wimpy(object *op, char *params);
215int command_brace(object *op, char *params); 213int command_brace(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines