diff options
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx_number_precision.cpp')
-rw-r--r-- | 3rdparty/glm/source/test/gtx/gtx_number_precision.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx_number_precision.cpp b/3rdparty/glm/source/test/gtx/gtx_number_precision.cpp deleted file mode 100644 index a5a3ef2..0000000 --- a/3rdparty/glm/source/test/gtx/gtx_number_precision.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#define GLM_ENABLE_EXPERIMENTAL -#include <glm/gtx/number_precision.hpp> - -int main() -{ - int Error(0); - - return Error; -} |