add UserQuit

This commit is contained in:
Glenn Maynard
2005-12-10 18:40:20 +00:00
parent 738099b4a3
commit 33ba805849
+5
View File
@@ -78,6 +78,11 @@ public:
*/
virtual void MountInitialFilesystems( const CString &sDirOfExecutable ) = 0;
/*
* Returns true if the user wants to quit (eg. ^C, or clicked a "close window" button).
*/
virtual bool UserQuit() { return false; }
private:
/* This are helpers for GetMicrosecondsSinceStart on systems with a timer
* that may loop or move backwards. */