diff options
Diffstat (limited to 'glm-master/test/gtx/gtx.cpp')
-rw-r--r-- | glm-master/test/gtx/gtx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/glm-master/test/gtx/gtx.cpp b/glm-master/test/gtx/gtx.cpp new file mode 100644 index 0000000..1b143b6 --- /dev/null +++ b/glm-master/test/gtx/gtx.cpp @@ -0,0 +1,8 @@ +#include <glm/ext.hpp> + +int main() +{ + int Error = 0; + + return Error; +} |