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.24 by root, Wed Dec 13 21:27:09 2006 UTC vs.
Revision 1.25 by root, Thu Dec 14 02:37:37 2006 UTC

198 198
199extern New_Face *blank_face, *empty_face; 199extern New_Face *blank_face, *empty_face;
200extern New_Face *dark_faces[]; 200extern New_Face *dark_faces[];
201extern New_Face *smooth_face; 201extern New_Face *smooth_face;
202 202
203extern NewSocket *init_sockets; 203extern client_socket *init_sockets;
204 204
205#include "libproto.h" 205#include "libproto.h"
206#include "sockproto.h" 206#include "sockproto.h"
207 207
208#define decrease_ob(xyz) decrease_ob_nr(xyz,1) 208#define decrease_ob(xyz) decrease_ob_nr(xyz,1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines