Adding empty constructor(compiler complained.

This commit is contained in:
Faerbit 2014-10-23 00:51:41 +02:00
parent bc3bd908b3
commit a807e1369a

7
entity.cc Normal file
View File

@ -0,0 +1,7 @@
#include "entity.hh"
Entity::Entity(glm::vec3 position, glm::vec3 rotation) {
}
Entity::~Entity(){
}