X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgeometry%2FLocation.hpp;h=d475b3bc4c63e78b4e3347522a57c563b4f0ca5c;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=43d94dcdd439a799731c93eb9338cd384530e2c1;hpb=e2355b50a0d31f675e16593299256334c2baa2c4;p=blank.git diff --git a/src/geometry/Location.hpp b/src/geometry/Location.hpp index 43d94dc..d475b3b 100644 --- a/src/geometry/Location.hpp +++ b/src/geometry/Location.hpp @@ -1,7 +1,7 @@ #ifndef BLANK_GEOMETRY_LOCATION_HPP_ #define BLANK_GEOMETRY_LOCATION_HPP_ -#include +#include "../graphics/glm.hpp" namespace blank { @@ -11,7 +11,7 @@ struct Location { using Coarse = glm::ivec3; using CoarseScalar = int; - using Fine = glm::tvec3; + using Fine = TVEC3; using FineScalar = T; using Self = Location;