#ifdef APP_TYPE int main(int argc, char* argv[]) { APP_TYPE app; app.handleArgs(argc, argv); app.run(); } #endif