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

Comparing deliantra/server/include/object.h (file contents):
Revision 1.259 by root, Sun May 1 13:18:23 2011 UTC vs.
Revision 1.260 by root, Tue May 3 11:23:48 2011 UTC

700 700
701 MTH void activate (); 701 MTH void activate ();
702 MTH void deactivate (); 702 MTH void deactivate ();
703 MTH void activate_recursive (); 703 MTH void activate_recursive ();
704 MTH void deactivate_recursive (); 704 MTH void deactivate_recursive ();
705
706 // prefetch and activate the surrounding area
707 MTH void prefetch_surrounding_maps ();
705 708
706 // set the given flag on all objects in the inventory recursively 709 // set the given flag on all objects in the inventory recursively
707 MTH void set_flag_inv (int flag, int value = 1); 710 MTH void set_flag_inv (int flag, int value = 1);
708 711
709 void enter_exit (object *exit); // perl 712 void enter_exit (object *exit); // perl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines