- Added error for including of different versions of GLM #619 - Added GLM_FORCE_IGNORE_VERSION to ignore error caused by including different version of GLM #619

This commit is contained in:
Christophe Riccio
2017-06-04 11:36:13 +02:00
parent 83602bdea4
commit a9a832e187
32 changed files with 87 additions and 21 deletions

View File

@@ -1,6 +1,8 @@
/// @ref core
/// @file glm/vec4.hpp
#include "detail/setup.hpp"
#pragma once
#include "detail/type_vec4.hpp"