diff options
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.cpp | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 0000000..e417688 --- /dev/null +++ b/3rdparty/glm/source/test/gtx/gtx_handed_coordinate_space.cpp @@ -0,0 +1,9 @@ +#define GLM_ENABLE_EXPERIMENTAL +#include <glm/gtx/handed_coordinate_space.hpp> + +int main() +{ + int Error(0); + + return Error; +} |