Initial
This commit is contained in:
12
splitter/main.cpp
Normal file
12
splitter/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <common/windows.hpp>
|
||||
#include <splitter/mainfrm.hpp>
|
||||
#include <splitter/splitter.hpp>
|
||||
|
||||
int PASCAL WinMain(HINSTANCE /*hInstance*/,HINSTANCE /*hPrevInstance*/,LPSTR /*lpszCmdLine*/,int /*nCmdShow*/)
|
||||
{
|
||||
MainFrame frameWindow;
|
||||
|
||||
frameWindow.createWindow("NNTP",String(STRING_SPLITTER)+String(" ")+String(STRING_VERSION),"mainMenu","NNTP");
|
||||
return ((FrameWindow&)frameWindow).messageLoop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user