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.15 by root, Fri Sep 8 16:51:44 2006 UTC vs.
Revision 1.17 by root, Sat Sep 16 22:06:17 2006 UTC

1/*
2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.15 2006/09/08 16:51:44 root Exp $";
4 */
5
6/* 1/*
7 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
8 3
9 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
10 Copyright (C) 1992 Frank Tore Johansen 5 Copyright (C) 1992 Frank Tore Johansen
414void free (key_value *); 409void free (key_value *);
415void free (treasure *); 410void free (treasure *);
416void free (materialtype_t *); 411void free (materialtype_t *);
417void free (player *); 412void free (player *);
418void free (New_Face *); 413void free (New_Face *);
414void free (racelink *);
419 415
420#endif /* GLOBAL_H */ 416#endif /* GLOBAL_H */
421 417

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines