Patch from ApOsTrOpHe to fix compile errors
[supertux.git] / src / object / coin.hpp
index 467830a..f0cd6c8 100644 (file)
@@ -19,6 +19,8 @@
 
 #include "object/moving_sprite.hpp"
 
+class Path;
+class PathWalker;
 class TileMap;
 
 class Coin : public MovingSprite