diff options
Diffstat (limited to 'player.h')
-rw-r--r-- | player.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/player.h b/player.h deleted file mode 100644 index 41f1928..0000000 --- a/player.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _PLAYER_H_ -#define _PLAYER_H_ - -#include "texture.h" - -class Player { - protected: - float x, y, move_factor, focus_factor; - Texture *texture; - - public: - Player(); - void draw(); - void update(); -}; - -#endif |