#include "EngineInit.h" int main(int arg, char* args[]) { sh::EngineInit engine; engine.Start(); return 0; }