-
Notifications
You must be signed in to change notification settings - Fork 73
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
Textures doc #467
Textures doc #467
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad I push player controller change by other pull request on this one
/** | ||
* @brief MkTexture of a tiny font texture of number 0 | ||
* | ||
*/ | ||
MkTexture D_02000000[2] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if perhaps these don't need comments and just names.
But merge cause it's fine like this too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when the extrat_all are not enable he all with comment or this include .h file but he are needed to have struct so we need to comment all variable and function to disable extract_all and have less redundencies
add comment in texture for #455