Skip to content

Commit

Permalink
Patch from ApOsTrOpHe to fix compile errors
Browse files Browse the repository at this point in the history
SVN-Revision: 6654
  • Loading branch information
Mathnerd314 committed Sep 16, 2010
1 parent 2e21327 commit 577a16a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/object/coin.cpp
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/object/coin.hpp
Expand Up @@ -19,6 +19,8 @@

#include "object/moving_sprite.hpp"

class Path;
class PathWalker;
class TileMap;

class Coin : public MovingSprite
Expand Down

0 comments on commit 577a16a

Please sign in to comment.