 |
scg3
0.6
|
Go to the documentation of this file. 30 #pragma GCC diagnostic ignored "-Wstrict-aliasing" 31 #elif defined(_MSC_VER) 32 #pragma warning(disable: 4996) 39 #include "../extern/glm/glm/glm.hpp" 40 #include "../extern/glm/glm/gtc/matrix_transform.hpp" 41 #include "../extern/glm/glm/gtc/quaternion.hpp" 42 #include "../extern/glm/glm/gtc/type_ptr.hpp" 45 #define GLM_ENABLE_EXPERIMENTAL 46 #include "../extern/glm/glm/gtx/string_cast.hpp" 47 #undef GLM_ENABLE_EXPERIMENTAL 50 #pragma GCC diagnostic warning "-Wstrict-aliasing" 51 #elif defined(_MSC_VER) 52 #pragma warning(default: 4996)