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.7 by root, Wed Aug 30 16:30:37 2006 UTC vs.
Revision 1.8 by root, Thu Aug 31 09:19:34 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.7 2006/08/30 16:30:37 root Exp $"; 3 * "$Id: global.h,v 1.8 2006/08/31 09:19:34 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
104#error do not know how to get a 64 bit value on this system. 104#error do not know how to get a 64 bit value on this system.
105#error correct and send mail to crossfire-devel on how to do this 105#error correct and send mail to crossfire-devel on how to do this
106#endif 106#endif
107 107
108#endif 108#endif
109
110#include "traits.h"
109 111
110/* This blob, in this order, is needed to actually define maps */ 112/* This blob, in this order, is needed to actually define maps */
111#include "face.h" 113#include "face.h"
112/* Include the basic defines from spells.h */ 114/* Include the basic defines from spells.h */
113#include "attack.h" /* needs to be before material.h */ 115#include "attack.h" /* needs to be before material.h */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines