aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp')
-rw-r--r--3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp b/3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp
deleted file mode 100644
index e417688..0000000
--- a/3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#define GLM_ENABLE_EXPERIMENTAL
-#include <glm/gtx/handed_coordinate_space.hpp>
-
-int main()
-{
- int Error(0);
-
- return Error;
-}