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.56 by root, Wed Apr 25 18:47:50 2007 UTC vs.
Revision 1.57 by root, Sat Apr 28 05:55:55 2007 UTC

1/* 1/*
2 * CrossFire, A Multiplayer game for X-windows 2 * CrossFire, A Multiplayer game
3 * 3 *
4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team 4 * Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (C) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (C) 1992 Frank Tore Johansen 6 * Copyright (C) 1992 Frank Tore Johansen
7 * 7 *
238 uint8 ACC (RW, create_home_portals); /* If 1, can create portals in personal maps */ 238 uint8 ACC (RW, create_home_portals); /* If 1, can create portals in personal maps */
239}; 239};
240 240
241extern Settings settings; 241extern Settings settings;
242 242
243void reset_signals ();
244
243#include "plugin.h" 245#include "plugin.h"
244#include "cfperl.h" 246#include "cfperl.h"
245 247
246#endif /* GLOBAL_H */ 248#endif /* GLOBAL_H */
247 249

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines