mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
GLM_EXTERNAL_TEMPLATE macro condition for inline files
This commit is contained in:
parent
bf41e1ee5c
commit
19ed9524f8
@ -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…
Reference in New Issue
Block a user