I'm new to AppGameKit and couldn't find this information anywhere, is there a way to use BASIC and C++ in the same program? Or do I have to fully commit to one or the other?
It would be convenient to use the BASIC API for general game dev and call C++ code for native functionality only when needed.