#include "application.h" #include int main(int argc, char *argv[]) { if (argc > 1) { FreeConsole(); } zsy::Application::run(); return 0; }