aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/gargoyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/gargoyle.h')
-rw-r--r--engines/gargoyle/gargoyle.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/gargoyle/gargoyle.h b/engines/gargoyle/gargoyle.h
index 728dc0fae3..f65ce943f1 100644
--- a/engines/gargoyle/gargoyle.h
+++ b/engines/gargoyle/gargoyle.h
@@ -166,6 +166,11 @@ public:
* Return the game engine's target name
*/
const Common::String &getTargetName() const { return _targetName; }
+
+ /**
+ * Display a message in a GUI dialog
+ */
+ void GUIError(const char *msg, ...);
};
extern GargoyleEngine *g_vm;