mirror of
https://github.com/recp/cglm.git
synced 2026-06-03 13:00:26 -05:00
address review comments
- use relative includes for cglm/call/ headers - explicitly include stdio in cglm/call/io.h - update call documentation
This commit is contained in:
@@ -15,5 +15,6 @@ It would be duplicate documentation also it
|
||||
would be hard to sync documentation between inline and call version for me.
|
||||
|
||||
By including **clgm/cglm.h** you include all inline versions. To get precompiled
|
||||
versions you need to include **cglm/call.h** header it also includes all
|
||||
call versions plus *clgm/cglm.h* (inline versions)
|
||||
versions you need to include **cglm/call.h** header. When using the
|
||||
precompiled versions, explicitly including **cglm/cglm.h** is still necessary
|
||||
for the inline versions to be included.
|
||||
|
||||
Reference in New Issue
Block a user