aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h
index 4da287e980..164316f71d 100644
--- a/common/system.h
+++ b/common/system.h
@@ -349,4 +349,7 @@ public:
//@}
};
+/** The global OSystem instance. Inited in main(). */
+extern OSystem *g_system;
+
#endif