ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/cfperl.h
(Generate patch)

Comparing deliantra/server/include/cfperl.h (file contents):
Revision 1.49 by root, Mon Jan 8 01:19:03 2007 UTC vs.
Revision 1.51 by root, Tue Jan 23 03:56:45 2007 UTC

60 60
61////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 61//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
62 62
63void cfperl_init (); 63void cfperl_init ();
64void cfperl_main (); 64void cfperl_main ();
65void cfperl_emergency_save ();
65 66
66////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 67//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
67 68
68// virtual server time, excluding time jumps and lag 69// virtual server time, excluding time jumps and lag
69extern double runtime; 70extern double runtime;
130 static unordered_vector<attachable *> mortals; 131 static unordered_vector<attachable *> mortals;
131 MTH static void check_mortals (); 132 MTH static void check_mortals ();
132 133
133 enum { 134 enum {
134 F_DESTROYED = 0x01, 135 F_DESTROYED = 0x01,
135 F_BORROWED = 0x02,
136 }; 136 };
137 137
138 // object is delete'd after the refcount reaches 0 138 // object is delete'd after the refcount reaches 0
139 mutable int ACC (RW, refcnt); 139 mutable int ACC (RW, refcnt);
140 int ACC (RW, flags); 140 int ACC (RW, flags);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines