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.87 by root, Tue Apr 6 22:59:28 2010 UTC vs.
Revision 1.88 by root, Thu Apr 15 04:56:47 2010 UTC

40 40
41#include "includes.h" 41#include "includes.h"
42#include "config.h" 42#include "config.h"
43#include "compiler.h" 43#include "compiler.h"
44#include "define.h" 44#include "define.h"
45#include "traits.h"
45 46
46#ifndef TRUE 47#ifndef TRUE
47#define TRUE 1 48#define TRUE 1
48#endif 49#endif
49 50
54extern short freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE]; 55extern short freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE];
55extern int freedir[SIZEOFFREE]; 56extern int freedir[SIZEOFFREE];
56extern int rightof_x[9], rightof_y[9]; 57extern int rightof_x[9], rightof_y[9];
57extern int leftof_x[9], leftof_y[9]; 58extern int leftof_x[9], leftof_y[9];
58 59
60extern sint64 levels [MAXNUMLEVELS];
61
59#include "keyword.h" 62#include "keyword.h"
60#include "traits.h"
61#include "logger.h" 63#include "logger.h"
62#include "dynbuf.h" 64#include "dynbuf.h"
63#include "util.h" 65#include "util.h"
64#include "shstr.h" 66#include "shstr.h"
65#include "cfperl.h" 67#include "cfperl.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines