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)
|