From fa17f684da1da7fded805746b75c454502ffe683 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Tue, 24 Nov 2015 00:10:10 +0100 Subject: ILLUSIONS: DUCKMAN: Start implementing the menu system Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet. --- engines/illusions/screentext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/illusions/screentext.h') diff --git a/engines/illusions/screentext.h b/engines/illusions/screentext.h index 4340224bdb..6b365e5f6e 100644 --- a/engines/illusions/screentext.h +++ b/engines/illusions/screentext.h @@ -54,6 +54,7 @@ public: ScreenText(IllusionsEngine *vm); ~ScreenText(); void getTextInfoDimensions(WidthHeight &textInfoDimensions); + void getTextInfoPosition(Common::Point &position); void setTextInfoPosition(Common::Point position); void updateTextInfoPosition(Common::Point position); void clipTextInfoPosition(Common::Point &position); -- cgit v1.2.3