aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/text_cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/text_cursor.h')
-rw-r--r--engines/titanic/text_cursor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/text_cursor.h b/engines/titanic/text_cursor.h
index 1b03abdd6a..4b6be8f1c4 100644
--- a/engines/titanic/text_cursor.h
+++ b/engines/titanic/text_cursor.h
@@ -24,6 +24,7 @@
#define TITANIC_TEXT_CURSOR_H
#include "common/scummsys.h"
+#include "titanic/rect.h"
namespace Titanic {
@@ -33,7 +34,7 @@ public:
public:
CTextCursor();
- Common::Rect getBounds();
+ Rect getBounds();
};
} // End of namespace Titanic