Why are some raylib source files created as .h only rather than .c/.h combo? #3359
Unanswered
IvanVnucec
asked this question in
Q&A
Replies: 1 comment
-
Because rcamera.h can be used standalone as a header-only library, outside of raylib |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Examples: rcore.c is .c and rcamera.h is .h with functions in it...
Beta Was this translation helpful? Give feedback.
All reactions