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.70 by root, Sun Apr 20 00:44:12 2008 UTC vs.
Revision 1.74 by root, Fri Dec 26 10:36:42 2008 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002,2007 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992,2007 Frank Tore Johansen 6 * Copyright (©) 1992,2007 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify 8 * Deliantra is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
118#include "race.h" 118#include "race.h"
119 119
120/* Now for recipe/alchemy */ 120/* Now for recipe/alchemy */
121#include "recipe.h" 121#include "recipe.h"
122 122
123#include "funcpoint.h"
124
125/***************************************************************************** 123/*****************************************************************************
126 * GLOBAL VARIABLES: * 124 * GLOBAL VARIABLES: *
127 *****************************************************************************/ 125 *****************************************************************************/
128 126
129/* 127/*
168 166
169extern void emergency_save (); 167extern void emergency_save ();
170 168
171#include "libproto.h" 169#include "libproto.h"
172#include "sockproto.h" 170#include "sockproto.h"
173
174#define decrease_ob(xyz) decrease_ob_nr(xyz,1)
175 171
176INTERFACE_CLASS (Settings) 172INTERFACE_CLASS (Settings)
177struct Settings { 173struct Settings {
178 const char *ACC (RO, logfilename); /* logfile to use */ 174 const char *ACC (RO, logfilename); /* logfile to use */
179 int ACC (RW, csport); /* port for new client/server */ 175 int ACC (RW, csport); /* port for new client/server */
238 234
239extern Settings settings; 235extern Settings settings;
240 236
241void reset_signals (); 237void reset_signals ();
242 238
239#ifdef DEVEL
240# include "devel.h"
241#endif
242
243#endif /* GLOBAL_H */ 243#endif /* GLOBAL_H */
244 244

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines