//main file #include #include"core.h" Core core; //int main(int argc, char* args[]){ int main(){ core.coreInit(); return 0; }