[Fix] Forward declaration of Level in Player.
This commit is contained in:
parent
6b52c5ef96
commit
c5d01f682b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user