mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Merge pull request #882 from ddovod/fixing_macro_redefined
Fixing 'GLM_ENABLE_EXPERIMENTAL macro redefined' warning #882
This commit is contained in:
commit
d92e83c91f
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue