main.cpp 109 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 #include <ion.h> #include "../init.h" int main(int argc, char * argv[]) { init_platform(); ion_app(); }