X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntityDerivative.hpp;h=68654d32c4c370510ccc164cdcd85be86cd3633a;hb=f6e33d9f79ff6a47c3efa3c9fb1206cc1d27ecde;hp=9666b1ff5488bbfafbc43fd7492c46cd65c2dcfe;hpb=d38be21d103052761505d58a6d13e30a896dde01;p=blank.git diff --git a/src/world/EntityDerivative.hpp b/src/world/EntityDerivative.hpp index 9666b1f..68654d3 100644 --- a/src/world/EntityDerivative.hpp +++ b/src/world/EntityDerivative.hpp @@ -1,7 +1,7 @@ #ifndef BLANK_WORLD_ENTITYDERIVATIVE_HPP_ #define BLANK_WORLD_ENTITYDERIVATIVE_HPP_ -#include +#include "../graphics/glm.hpp" namespace blank { @@ -10,7 +10,6 @@ struct EntityDerivative { glm::vec3 position; glm::vec3 velocity; - glm::vec3 orient; };