i2pd/Win32/Win32App.h

18 lines
296 B
C
Raw Normal View History

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