diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-05 18:53:45 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-05 18:53:45 +0000 |
commit | e40b6bfe346bb93a2d3b38745b8fddba40e759c6 (patch) | |
tree | 1ad5746d5b49f12fe47e918e5c7d9c392c4e3e8d /iwyu.json | |
parent | Initial commit generating some basic rail network (diff) | |
download | ilt-e40b6bfe346bb93a2d3b38745b8fddba40e759c6.tar.bz2 ilt-e40b6bfe346bb93a2d3b38745b8fddba40e759c6.tar.xz ilt-e40b6bfe346bb93a2d3b38745b8fddba40e759c6.zip |
Initial commit adding curved rail pieces
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>", |