ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/c_range.C
(Generate patch)

Comparing deliantra/server/server/c_range.C (file contents):
Revision 1.12 by root, Tue Dec 12 21:39:57 2006 UTC vs.
Revision 1.13 by root, Fri Dec 15 19:59:20 2006 UTC

24/* This file deals with range related commands (casting, shooting, 24/* This file deals with range related commands (casting, shooting,
25 * throwing, etc. 25 * throwing, etc.
26 */ 26 */
27 27
28#include <global.h> 28#include <global.h>
29#ifndef __CEXTRACT__
30# include <sproto.h> 29#include <sproto.h>
31#endif
32#include <spells.h> 30#include <spells.h>
33#include <skills.h> 31#include <skills.h>
34#include <newclient.h>
35#include <commands.h> 32#include <commands.h>
36 33
37int 34int
38command_invoke (object *op, char *params) 35command_invoke (object *op, char *params)
39{ 36{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines