From baa7977e0e325e92c700c47b4adea9082749f1d7 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 2 May 2015 22:45:16 -0500 Subject: renamed so atom detects it is a cpp file :x --- inc/entity.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 inc/entity.h (limited to 'inc/entity.h') diff --git a/inc/entity.h b/inc/entity.h deleted file mode 100644 index 1d16a2c..0000000 --- a/inc/entity.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef entity_h -#define entity_h - -#include "window.h" - -class Entity -{ - public: - void Place(); - SDL_Texture* loadTexture(std::string path, Window main); - - protected: - int x, y; - int height, width; - int degrees = 0; - SDL_Texture* texture; - SDL_Renderer* renderer; -}; - -#endif -- cgit v1.2.3