GLM_EXTERNAL_TEMPLATE macro condition for inline files

master
alma ago%!(EXTRA string=15 years)
parent bf41e1ee5c
commit 19ed9524f8
  1. 2
      glm/core/type_mat2x2.hpp
  2. 2
      glm/core/type_mat2x3.hpp
  3. 2
      glm/core/type_mat2x4.hpp
  4. 2
      glm/core/type_mat3x2.hpp
  5. 2
      glm/core/type_mat3x3.hpp
  6. 2
      glm/core/type_mat3x4.hpp
  7. 2
      glm/core/type_mat4x2.hpp
  8. 2
      glm/core/type_mat4x3.hpp
  9. 2
      glm/core/type_mat4x4.hpp
  10. 2
      glm/core/type_vec1.hpp
  11. 2
      glm/core/type_vec2.hpp
  12. 2
      glm/core/type_vec3.hpp
  13. 2
      glm/core/type_vec4.hpp

@ -240,6 +240,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat2x2.inl"
#endif
#endif //glm_core_type_mat2x2

@ -207,6 +207,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat2x3.inl"
#endif
#endif //glm_core_type_mat2x3

@ -207,6 +207,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat2x4.inl"
#endif
#endif //glm_core_type_mat2x4

@ -209,6 +209,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat3x2.inl"
#endif
#endif //glm_core_type_mat3x2

@ -239,6 +239,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat3x3.inl"
#endif
#endif //glm_core_type_mat3x3

@ -209,6 +209,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat3x4.inl"
#endif
#endif //glm_core_type_mat3x4

@ -211,6 +211,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat4x2.inl"
#endif
#endif //glm_core_type_mat4x2

@ -211,6 +211,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat4x3.inl"
#endif
#endif//glm_core_type_mat4x3

@ -239,6 +239,8 @@ namespace glm
}//namespace core
} //namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_mat4x4.inl"
#endif
#endif //glm_core_type_mat4x4

@ -167,6 +167,8 @@ namespace glm
} //namespace detail
}//namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_vec1.inl"
#endif
#endif//glm_core_type_gentype1

@ -245,6 +245,8 @@ namespace glm
}//namespace core
}//namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_vec2.inl"
#endif
#endif//glm_core_type_gentype2

@ -251,6 +251,8 @@ namespace glm
}//namespace core
}//namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_vec3.inl"
#endif
#endif//glm_core_type_gentype3

@ -271,6 +271,8 @@ namespace glm
}//namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_vec4.inl"
#endif
#endif//glm_core_type_gentype4

Loading…
Cancel
Save