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

Comparing deliantra/server/include/global.h (file contents):
Revision 1.79 by root, Thu Oct 15 21:59:48 2009 UTC vs.
Revision 1.80 by root, Fri Nov 6 13:03:34 2009 UTC

44#ifndef FALSE 44#ifndef FALSE
45#define FALSE 0 45#define FALSE 0
46#endif 46#endif
47 47
48extern short freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE]; 48extern short freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE];
49extern int maxfree[SIZEOFFREE], freedir[SIZEOFFREE]; 49extern int freedir[SIZEOFFREE];
50extern int rightof_x[9], rightof_y[9]; 50extern int rightof_x[9], rightof_y[9];
51extern int leftof_x[9], leftof_y[9]; 51extern int leftof_x[9], leftof_y[9];
52 52
53// used only for tagging structure members so scripting languages 53// used only for tagging structure members so scripting languages
54// can easily parse the include files. 54// can easily parse the include files.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines