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.67 by root, Thu Nov 8 19:43:24 2007 UTC vs.
Revision 1.68 by root, Wed Apr 2 11:13:54 2008 UTC

170 */ 170 */
171#define NUM_ANIMATIONS(ob) (animations[ob->animation_id].num_animations) 171#define NUM_ANIMATIONS(ob) (animations[ob->animation_id].num_animations)
172#define NUM_FACINGS(ob) (animations[ob->animation_id].facings) 172#define NUM_FACINGS(ob) (animations[ob->animation_id].facings)
173 173
174extern void emergency_save (); 174extern void emergency_save ();
175extern void cleanup (const char *cause, bool make_core = false);
176 175
177#include "libproto.h" 176#include "libproto.h"
178#include "sockproto.h" 177#include "sockproto.h"
179 178
180#define decrease_ob(xyz) decrease_ob_nr(xyz,1) 179#define decrease_ob(xyz) decrease_ob_nr(xyz,1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines