[Super-tux-commit] supertux/lib/special moving_object.h,1.4,1.5
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-27 14:42:49
|
Update of /cvsroot/super-tux/supertux/lib/special In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13444/lib/special Modified Files: moving_object.h Log Message: create rules for updating the supertux.pot file Index: moving_object.h =================================================================== RCS file: /cvsroot/super-tux/supertux/lib/special/moving_object.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- moving_object.h 20 Nov 2004 22:14:36 -0000 1.4 +++ moving_object.h 27 Nov 2004 14:42:37 -0000 1.5 @@ -63,6 +63,7 @@ protected: friend class Sector; + friend class CollisionGrid; /** The bounding box of the object (as used for collision detection, this * isn't necessarily the bounding box for graphics) |