From 267bebfc227c94f543a39e2aa75fb101bc06932e Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Fri, 21 May 2010 19:24:51 +0200 Subject: Moved engine-sources to seperate subdirectory. --- player.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 player.h (limited to 'player.h') 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 -- cgit v1.2.3