init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "main.h"
|
||||
#include "SimulatorWin.h"
|
||||
#include <shellapi.h>
|
||||
|
||||
int APIENTRY _tWinMain(HINSTANCE hInstance,
|
||||
HINSTANCE hPrevInstance,
|
||||
LPTSTR lpCmdLine,
|
||||
int nCmdShow)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(hPrevInstance);
|
||||
UNREFERENCED_PARAMETER(lpCmdLine);
|
||||
auto simulator = SimulatorWin::getInstance();
|
||||
return simulator->run();
|
||||
}
|
||||
Reference in New Issue
Block a user