Merge pull request #882 from ddovod/fixing_macro_redefined

Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning #882
This commit is contained in:
Christophe 2019-04-01 16:56:08 +02:00 committed by GitHub
commit d92e83c91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
/// @ref core
/// @file glm/glm.cpp
#ifndef GLM_ENABLE_EXPERIMENTAL
#define GLM_ENABLE_EXPERIMENTAL
#endif
#include <glm/gtx/dual_quaternion.hpp>
#include <glm/gtc/vec1.hpp>
#include <glm/gtc/quaternion.hpp>