#include "Application3.h" int main(int argc, char** argv) { auto app = new Application3(argc, argv); app->run(); return 0; }