From fc9968dc4fd58fab37476f48e4405c2743c5349c Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 8 Mar 2021 10:01:20 -0800 Subject: Refactor window library. (#1739) * Refactor window library. * Fix project file * Fix warnings. --- tools/graphics-app-framework/vector-math.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/graphics-app-framework/vector-math.h (limited to 'tools/graphics-app-framework/vector-math.h') diff --git a/tools/graphics-app-framework/vector-math.h b/tools/graphics-app-framework/vector-math.h deleted file mode 100644 index e35cb46ac..000000000 --- a/tools/graphics-app-framework/vector-math.h +++ /dev/null @@ -1,15 +0,0 @@ -// vector-math.h -#pragma once - -// 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/quaternion.hpp" - -namespace gfx { - -using namespace glm; - -} // gfx -- cgit v1.2.3