aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/conf.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-18 16:33:30 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit0f0b8ae3b72d066259332a728eab1edc760de5df (patch)
tree67b7ee565eabbc8cd74b2ae4a9cc4b7b81412a54 /engines/glk/conf.h
parent9bc637947603643c02b27a5c0954564811603bd7 (diff)
downloadscummvm-rg350-0f0b8ae3b72d066259332a728eab1edc760de5df.tar.gz
scummvm-rg350-0f0b8ae3b72d066259332a728eab1edc760de5df.tar.bz2
scummvm-rg350-0f0b8ae3b72d066259332a728eab1edc760de5df.zip
GLK: FROTZ: Don't have a Y margin above title bar
Diffstat (limited to 'engines/glk/conf.h')
-rw-r--r--engines/glk/conf.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/glk/conf.h b/engines/glk/conf.h
index fb684272a6..bf68e343f9 100644
--- a/engines/glk/conf.h
+++ b/engines/glk/conf.h
@@ -29,6 +29,11 @@
namespace Glk {
+
+
+/**
+ * Engine configuration
+ */
class Conf {
private:
/**
@@ -126,7 +131,7 @@ public:
/**
* Constructor
*/
- Conf();
+ Conf(InterpreterType interpType);
};
extern Conf *g_conf;