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.8 by root, Thu Aug 31 09:19:34 2006 UTC vs.
Revision 1.9 by root, Thu Aug 31 17:54:14 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.8 2006/08/31 09:19:34 root Exp $"; 3 * "$Id: global.h,v 1.9 2006/08/31 17:54:14 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
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 109
110#include "keyword.h"
110#include "traits.h" 111#include "traits.h"
112#include "dynbuf.h"
113#include "shstr.h"
111 114
112/* This blob, in this order, is needed to actually define maps */ 115/* This blob, in this order, is needed to actually define maps */
113#include "face.h" 116#include "face.h"
114/* Include the basic defines from spells.h */ 117/* Include the basic defines from spells.h */
115#include "attack.h" /* needs to be before material.h */ 118#include "attack.h" /* needs to be before material.h */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines