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.157 by root, Fri Apr 11 14:09:56 2008 UTC vs.
Revision 1.158 by root, Sun Apr 13 01:34:09 2008 UTC

469 MTH void activate (); 469 MTH void activate ();
470 MTH void deactivate (); 470 MTH void deactivate ();
471 MTH void activate_recursive (); 471 MTH void activate_recursive ();
472 MTH void deactivate_recursive (); 472 MTH void deactivate_recursive ();
473 473
474 // set the givne flag on all objects in the inventory recursively 474 // set the given flag on all objects in the inventory recursively
475 MTH void set_flag_inv (int flag, int value = 1); 475 MTH void set_flag_inv (int flag, int value = 1);
476 476
477 void enter_exit (object *exit);//Perl 477 void enter_exit (object *exit);//Perl
478 MTH void enter_map (maptile *newmap, int x, int y); 478 MTH void enter_map (maptile *newmap, int x, int y);
479 479

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines