aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/windows.h')
-rw-r--r--engines/glk/frotz/windows.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/glk/frotz/windows.h b/engines/glk/frotz/windows.h
index 785fb10d8f..d55c928a30 100644
--- a/engines/glk/frotz/windows.h
+++ b/engines/glk/frotz/windows.h
@@ -206,7 +206,7 @@ public:
/**
* Draw an image
*/
- bool imageDraw(uint image, int val1, int val2);
+ bool imageDraw(uint image, ImageAlign align, int val);
/**
* Draw a scaled image
@@ -265,6 +265,11 @@ public:
assert(_windows[_cwin]._win);
return _windows[_cwin]._win;
}
+
+ /**
+ * Places any text windows in front of the background in V6 games
+ */
+ void showTextWindows();
};
} // End of namespace Frotz