mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 22:17:59 +03:00
8 lines
170 B
C++
8 lines
170 B
C++
![]() |
#include "MainWindow.h"
|
||
|
|
||
|
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, char* sCmdLine, int)
|
||
|
{
|
||
|
CMainWindow MainWindow(sCmdLine);
|
||
|
return MainWindow.Loop();
|
||
|
}
|