aboutsummaryrefslogtreecommitdiff
path: root/base/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/engine.h')
-rw-r--r--base/engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/engine.h b/base/engine.h
index 6c34b988de..42212be230 100644
--- a/base/engine.h
+++ b/base/engine.h
@@ -69,6 +69,9 @@ public:
virtual void errorString(const char *buf_input, char *buf_output) = 0;
void initCommonGFX(GameDetector &detector);
+
+ /** On some systems, check if the game appears to be run from CD. */
+ void checkCD();
};
extern Engine *g_engine;