Patch from ApOsTrOpHe to fix compile errors
authormathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Thu, 16 Sep 2010 00:13:01 +0000 (00:13 +0000)
committermathnerd314 <mathnerd314@837edb03-e0f3-0310-88ca-d4d4e8b29345>
Thu, 16 Sep 2010 00:13:01 +0000 (00:13 +0000)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6654 837edb03-e0f3-0310-88ca-d4d4e8b29345

src/object/coin.cpp
src/object/coin.hpp

index 6fd8924..19896f9 100644 (file)
@@ -17,6 +17,7 @@
 #include "object/coin.hpp"
 
 #include "audio/sound_manager.hpp"
+#include "util/reader.hpp"
 #include "object/bouncy_coin.hpp"
 #include "object/player.hpp"
 #include "object/tilemap.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