invoke win32app functions from main

This commit is contained in:
orignal 2016-03-09 14:41:14 -05:00
parent 95b2bf3645
commit 74d4b8e0b9
5 changed files with 167 additions and 186 deletions

View file

@ -3,4 +3,13 @@
#define I2PD_WIN32_CLASSNAME "i2pd main window"
namespace i2p
{
namespace win32
{
bool StartWin32App ();
void StopWin32App ();
int RunWin32App ();
}
}
#endif // WIN32APP_H__