Do that, and you can stop worrying about loading the native library.
More specifically:
- Move all application logic into appstates and controls … and out of
main()
. - Invoke
start()
frommain()
. - Move on to the next challenge…
Do that, and you can stop worrying about loading the native library.
More specifically:
main()
.start()
from main()
.