Saxum/entity.cc

8 lines
103 B
C++
Raw Normal View History

#include "entity.hh"
Entity::Entity(glm::vec3 position, glm::vec3 rotation) {
}
Entity::~Entity(){
}