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.10 by root, Sun Sep 3 00:18:41 2006 UTC vs.
Revision 1.11 by root, Sun Sep 3 07:57:56 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.10 2006/09/03 00:18:41 root Exp $"; 3 * "$Id: global.h,v 1.11 2006/09/03 07:57:56 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
399#define GETTIMEOFDAY(last_time) gettimeofday(last_time, (struct timezone *) NULL); 399#define GETTIMEOFDAY(last_time) gettimeofday(last_time, (struct timezone *) NULL);
400#else 400#else
401#define GETTIMEOFDAY(last_time) gettimeofday(last_time); 401#define GETTIMEOFDAY(last_time) gettimeofday(last_time);
402#endif 402#endif
403 403
404/* GROS: Those are used by plugin events (argument fixthem) */
405#define SCRIPT_FIX_ACTIVATOR 2
406#define SCRIPT_FIX_ALL 1
407#define SCRIPT_FIX_NOTHING 0
408
409#include "plugin.h" 404#include "plugin.h"
410#include "cfperl.h" 405#include "cfperl.h"
411 406
407//TODO: various TEMPORARY link guards to avoid doing the wrong thing
408void free (archetype *);
409void free (recipe *);
410void free (linked_char *);
411void free (godlink *);
412void free (mapstruct *);
413void free (key_value *);
414void free (treasure *);
415void free (materialtype_t *);
416void free (player *);
417
412#endif /* GLOBAL_H */ 418#endif /* GLOBAL_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines