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.23 by elmex, Mon Dec 4 15:15:34 2006 UTC vs.
Revision 1.24 by root, Mon Dec 11 22:56:57 2006 UTC

224int command_southeast(object *op, char *params); 224int command_southeast(object *op, char *params);
225int command_southwest(object *op, char *params); 225int command_southwest(object *op, char *params);
226int command_west(object *op, char *params); 226int command_west(object *op, char *params);
227int command_stay(object *op, char *params); 227int command_stay(object *op, char *params);
228/* c_new.c */ 228/* c_new.c */
229int execute_newserver_command(object *pl, char *command); 229void execute_newserver_command(object *pl, char *command);
230int command_run(object *op, char *params); 230int command_run(object *op, char *params);
231int command_run_stop(object *op, char *params); 231int command_run_stop(object *op, char *params);
232int command_fire(object *op, char *params); 232int command_fire(object *op, char *params);
233int command_fire_stop(object *op, char *params); 233int command_fire_stop(object *op, char *params);
234int bad_command(object *op, char *params); 234int bad_command(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines