Merge branch 'master' of github.com:Allanis/LibD

This commit is contained in:
Tamir Atias 2012-04-17 20:59:07 +03:00
commit 0bf9fba78d

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);