20 #import <UIKit/UIKit.h>
The App namespace declares the App::Config struct and the App::run function.
Declaration of the callbacks in ObjectivC for iOS.
int run(Config config)
App::run implementation from App.h for the Emscripten platform.
Config config
The configuration set in App::run.
App configuration struct to be passed to the App::run function.