summaryrefslogtreecommitdiffstats
path: root/src/app/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.h')
-rw-r--r--src/app/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/app.h b/src/app/app.h
index e83652c..f776b10 100644
--- a/src/app/app.h
+++ b/src/app/app.h
@@ -60,6 +60,9 @@ public:
//! Main event loop
int Run();
+ //! Returns the code to be returned at main() exit
+ int GetExitCode();
+
protected:
//! Cleans up before exit
void Destroy();