diff --git a/include/cglm.h b/include/cglm.h index f66c4ff..e5ed6c0 100644 --- a/include/cglm.h +++ b/include/cglm.h @@ -20,5 +20,9 @@ typedef vec4 versor; #include "cglm-vec.h" #include "cglm-mat.h" +#include "cglm-util.h" +#include "cglm-affine.h" +#include "cglm-cam.h" +#include "cglm-quat.h" #endif /* glm_h */