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.72 by root, Mon Apr 21 23:35:24 2008 UTC

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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines