We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Currently, we use the short file name as an internal include.
#include "sdkwrapper.hpp".
But, this is against the google style guild.
It should be
#include "src/sdk/sdkwrapper.hpp"
The text was updated successfully, but these errors were encountered:
Issue #14 : Clean up Internal include directive.
03d8b7b
Add Issue #14 into the CHANGELOG.md.
4fbdcc5
It has been merged into the "develop" branch. Ready to release.
Sorry, something went wrong.
suikan4github
No branches or pull requests
Currently, we use the short file name as an internal include.
But, this is against the google style guild.
It should be
The text was updated successfully, but these errors were encountered: