-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raylib
: update spinner.cc
to use RAYLIB_
prefix
#34153
Conversation
This might also conflict with colors from |
was actually thinking of whether I needed to make the change on the raylib repo or not. Was gonna go back to check but this confirms it. Thanks!
I don't see how it would conflict since what you linked is specifically being called for the consoleUI, i don't think we'll ever include both |
It's just confusing to have 2 objects with the same name but not the same origin and definition (when grepping for stuff) |
yeah I agree, we can have the prefix be |
raylib.h
: rename color to include COLOR_
prefexraylib
: update spinner.cc
to use RAYLIB_
prefix
I'll mark it as ready for review once the PR in raylib gets merged, then i can push the commit onto here. |
You should be good to include |
This is necessary since when I was attempting to use
hw.h
in initial setup PR I ran into errors where they both had defined COLORS with the same name. spinner still works and is just to resolve the duplicate naming between hw.h and raylib.h