X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fspecial%2Fmoving_object.h;h=0ac684421f246aae3fb72f07f46b8564334a29f8;hb=9599042661b468aae7bd34dca05441c0ebc93ad7;hp=b5c476496cbcfd9ccc46ac73bb4cb2d39acb96a3;hpb=cf585f019ce5aacf92e252a2f2c60c47255bea52;p=supertux.git diff --git a/lib/special/moving_object.h b/lib/special/moving_object.h index b5c476496..0ac684421 100644 --- a/lib/special/moving_object.h +++ b/lib/special/moving_object.h @@ -25,6 +25,7 @@ #include "math/vector.h" #include "math/rectangle.h" +class FlipLevelTransformer; class Sector; class CollisionGrid; @@ -65,6 +66,7 @@ namespace SuperTux protected: friend class Sector; friend class CollisionGrid; + friend class FlipLevelTransformer; /** The bounding box of the object (as used for collision detection, this * isn't necessarily the bounding box for graphics)