diff --git a/src/TypeTraits.h b/src/TypeTraits.h index 11dfea0c4..00d590078 100644 --- a/src/TypeTraits.h +++ b/src/TypeTraits.h @@ -29,6 +29,9 @@ namespace Math { template class Matrix; } +template class Color3; +template class Color4; + /** @brief Traits class for plain OpenGL types @@ -239,6 +242,8 @@ template struct TypeTraits struct TypeTraits>: public TypeTraits> {}; template struct TypeTraits>: public TypeTraits> {}; template struct TypeTraits>: public TypeTraits> {}; +template struct TypeTraits>: public TypeTraits> {}; +template struct TypeTraits>: public TypeTraits> {}; template struct TypeTraits> { inline constexpr static Type type() { return TypeTraits::type(); }