diff options
Diffstat (limited to 'tools/platform/vector-math.h')
| -rw-r--r-- | tools/platform/vector-math.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/platform/vector-math.h b/tools/platform/vector-math.h index e35cb46ac..2e24833eb 100644 --- a/tools/platform/vector-math.h +++ b/tools/platform/vector-math.h @@ -4,12 +4,13 @@ // We will use the GLM library for our vector math types, just for simplicity. #include "../../external/glm/glm/glm.hpp" -#include "../../external/glm/glm/gtc/matrix_transform.hpp" #include "../../external/glm/glm/gtc/constants.hpp" +#include "../../external/glm/glm/gtc/matrix_transform.hpp" #include "../../external/glm/glm/gtc/quaternion.hpp" -namespace gfx { +namespace gfx +{ using namespace glm; -} // gfx +} // namespace gfx |
