GLM_EXTERNAL_TEMPLATE macro condition for inline files

This commit is contained in:
alma 2010-09-06 12:24:10 -05:00
parent bf41e1ee5c
commit 19ed9524f8
13 changed files with 26 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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