New Norwegian Translation
[supertux.git] / lib / special / moving_object.h
index e1974d7..b5c4764 100644 (file)
@@ -26,6 +26,7 @@
 #include "math/rectangle.h"
 
 class Sector;
+class CollisionGrid;
 
 namespace SuperTux
   {
@@ -63,6 +64,7 @@ namespace SuperTux
 
     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)