diff options
Diffstat (limited to 'iwyu.json')
-rw-r--r-- | iwyu.json | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -33,6 +33,22 @@ }, { "include": [ + "@<glm/gtc/constants.inl>", + "private", + "<glm/gtc/constants.hpp>", + "public" + ] + }, + { + "include": [ + "@<glm/gtx/vector_angle.inl>", + "private", + "<glm/gtx/vector_angle.hpp>", + "public" + ] + }, + { + "include": [ "@<glm/gtx/rotate_vector.inl>", "private", "<glm/gtx/rotate_vector.hpp>", |