summaryrefslogtreecommitdiff
path: root/inc/entity.hpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2016-05-02 18:23:19 -0500
committertom <tom@ground-control>2016-05-02 18:23:19 -0500
commit0346965968fb5da1a52ed8f896a922c63ce180f6 (patch)
tree917da10ed0e0e86a76abe4f3634cb6cf5b8a4fc6 /inc/entity.hpp
parent4bb5b05443c36bc6e0a164bc7e324a5486be45ff (diff)
done refractoring type
Diffstat (limited to 'inc/entity.hpp')
-rw-r--r--inc/entity.hpp1
1 files changed, 1 insertions, 0 deletions
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;