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