Implemented getter.

This commit is contained in:
Faerbit 2014-10-31 10:36:23 +01:00
parent 8f6ab075b5
commit a88490b622

View File

@ -10,3 +10,7 @@ Entity::Entity(){
Entity::~Entity(){
}
glm::vec3 Entity::getPosition() {
return position;
}