diff --git a/src/Actor/Player.h b/src/Actor/Player.h index 61f4c0e..7c0d20e 100644 --- a/src/Actor/Player.h +++ b/src/Actor/Player.h @@ -5,6 +5,8 @@ #include "../System/Debug.h" #include "../IO/Input.h" +class Level; + class Player : public Actor{ public: Player(const Level* level);