From 0346965968fb5da1a52ed8f896a922c63ce180f6 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 2 May 2016 18:23:19 -0500 Subject: done refractoring type --- inc/entity.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/entity.hpp') diff --git a/inc/entity.hpp b/inc/entity.hpp index ee42858..0f35e86 100644 --- a/inc/entity.hpp +++ b/inc/entity.hpp @@ -9,6 +9,7 @@ class Entity public: void Place(); SDL_Texture* loadTexture(std::string path, Window main); + int getType(){return type;}; protected: Location L; -- cgit v1.2.3