main.mm 100 B

123456
  1. #include "bindings/bindings.h"
  2. int main(int argc, char * argv[]) {
  3. ffi::start_app();
  4. return 0;
  5. }