[Fix] Forward declaration of Level in Player.

This commit is contained in:
Rtch90 2012-04-17 18:55:49 +01:00
parent 6b52c5ef96
commit c5d01f682b

View File

@ -5,6 +5,8 @@
#include "../System/Debug.h" #include "../System/Debug.h"
#include "../IO/Input.h" #include "../IO/Input.h"
class Level;
class Player : public Actor{ class Player : public Actor{
public: public:
Player(const Level* level); Player(const Level* level);