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.78 by root, Thu Oct 15 21:40:42 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.
146 * Misc global variables: 146 * Misc global variables:
147 */ 147 */
148EXTERN shstr first_map_path; /* The start-level */ 148EXTERN shstr first_map_path; /* The start-level */
149EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 149EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
150 150
151EXTERN char errmsg[HUGE_BUF];
152EXTERN long ob_count; 151EXTERN long ob_count;
153 152
154extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data 153extern dynbuf_text msg_dynbuf; // a dynbuf for text messages and other temporary data
155 154
156/* do not use these in new code, see object.h::animation */ 155/* do not use these in new code, see object.h::animation */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines