aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/kernel/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/kernel/window.h')
-rw-r--r--engines/sword25/kernel/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sword25/kernel/window.h b/engines/sword25/kernel/window.h
index d8ff3feb4d..18b3930dca 100644
--- a/engines/sword25/kernel/window.h
+++ b/engines/sword25/kernel/window.h
@@ -144,8 +144,9 @@ public:
* Returns the system handle that represents the window. Note that any use of the handle
* will not be portable code.
*/
- virtual unsigned int GetWindowHandle() = 0;
+ virtual uint GetWindowHandle() = 0;
+ virtual void SetWindowAlive(bool v) = 0;
/**
* Specifies whether the window is wanted to be closed. This is used together with CloseWanted()