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.35 by elmex, Wed Jan 3 02:51:10 2007 UTC vs.
Revision 1.36 by root, Fri Jan 5 10:50:47 2007 UTC

183extern New_Face *smooth_face; 183extern New_Face *smooth_face;
184 184
185extern client *init_sockets; 185extern client *init_sockets;
186 186
187extern void emergency_save (); 187extern void emergency_save ();
188extern void cleanup (bool make_core = false); 188extern void cleanup (const char *cause, bool make_core = false);
189 189
190#include "libproto.h" 190#include "libproto.h"
191#include "sockproto.h" 191#include "sockproto.h"
192 192
193#define decrease_ob(xyz) decrease_ob_nr(xyz,1) 193#define decrease_ob(xyz) decrease_ob_nr(xyz,1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines