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