Graceful shutdown

This commit is contained in:
orignal 2016-07-26 11:52:44 -04:00
parent 183c22cc84
commit 36aa248556
2 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,7 @@ namespace win32
bool StartWin32App ();
void StopWin32App ();
int RunWin32App ();
bool GracefulShutdown ();
}
}
#endif // WIN32APP_H__