Initial
This commit is contained in:
15
aladin/hold/Main.cpp
Normal file
15
aladin/hold/Main.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <common/windows.hpp>
|
||||
#include <common/string.hpp>
|
||||
#include <aladin/mainwnd.hpp>
|
||||
#include <aladin/divedlg.hpp>
|
||||
#include <aladin/splash.hpp>
|
||||
#include <aladin/resource.hpp>
|
||||
|
||||
int PASCAL WinMain(HINSTANCE /*hInstance*/,HINSTANCE /*hPrevInstance*/,LPSTR lpszCmdLine,int /*nCmdShow*/)
|
||||
{
|
||||
SplashScreen splashScreen("SPLASH",String(STRING_SPLASHURL),String(STRING_APPNAME));
|
||||
splashScreen.perform();
|
||||
DiveDlg diveDlg;
|
||||
diveDlg.perform();
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user