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.142 by root, Wed Aug 15 05:01:25 2007 UTC vs.
Revision 1.143 by root, Thu Aug 16 06:36:56 2007 UTC

493 return !invisible && type != PLAYER; 493 return !invisible && type != PLAYER;
494 } 494 }
495 495
496 MTH struct region *region () const; 496 MTH struct region *region () const;
497 497
498 void statusmsg (const char *msg, int color = NDI_BLACK);
499 void errormsg (const char *msg, int color = NDI_RED);
500
498protected: 501protected:
499 void link (); 502 void link ();
500 void unlink (); 503 void unlink ();
501 504
502 object (); 505 object ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines