Initial
This commit is contained in:
8
ddraw/MAIN.CPP
Normal file
8
ddraw/MAIN.CPP
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <common/windows.hpp>
|
||||
#include <ddraw/mainwnd.hpp>
|
||||
|
||||
int PASCAL WinMain(HINSTANCE /*hInstance*/,HINSTANCE /*hPrevInstance*/,LPSTR /*lpszCmdLine*/,int /*nCmdShow*/)
|
||||
{
|
||||
MainWindow mainWindow;
|
||||
return mainWindow.messageLoop();
|
||||
}
|
||||
Reference in New Issue
Block a user