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? 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
Not sure why I had done it this way, but I stuck the initial CoreLibs files in the header so that they're always included, and then just ignore any imports() with prefixed with CoreLibs.
CoreLibs
Should be able to remove all the includes from the header, then just remap any imports prefixed with CoreLibs/ to Playdate/ so they resolve correctly.
CoreLibs/
Playdate/
The text was updated successfully, but these errors were encountered:
SHiLLySiT
No branches or pull requests
Not sure why I had done it this way, but I stuck the initial CoreLibs files in the header so that they're always included, and then just ignore any imports() with prefixed with
CoreLibs
.Should be able to remove all the includes from the header, then just remap any imports prefixed with
CoreLibs/
toPlaydate/
so they resolve correctly.The text was updated successfully, but these errors were encountered: