display MessageBox in win32 on fatal errors

This commit is contained in:
Eduardo Bart
2011-11-17 00:31:06 -02:00
parent 69ae043001
commit 69a70f28a5
9 changed files with 24 additions and 8 deletions

View File

@@ -82,6 +82,8 @@ public:
/// Get the app user directory, the place to save files configurations files
std::string getAppUserDir();
void displayFatalError(const std::string& message);
private:
int m_lastTicks;
};