1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-15 01:20:10 +00:00
i2pd/Win32/Win32App.h

17 lines
276 B
C
Raw Normal View History

2016-03-07 14:54:57 -05:00
#ifndef WIN32APP_H__
#define WIN32APP_H__
#define I2PD_WIN32_CLASSNAME "i2pd main window"
2016-03-09 14:41:14 -05:00
namespace i2p
{
namespace win32
{
bool StartWin32App ();
void StopWin32App ();
int RunWin32App ();
2016-07-26 11:52:44 -04:00
bool GracefulShutdown ();
2016-03-09 14:41:14 -05:00
}
}
2016-03-07 14:54:57 -05:00
#endif // WIN32APP_H__