From 217360d0c5a0b8289c16b22fc46782c475fcc9f5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 21 Mar 2016 20:53:49 -0400 Subject: TITANIC: Add new derived Rect and Point classes --- engines/titanic/text_cursor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/titanic/text_cursor.cpp') diff --git a/engines/titanic/text_cursor.cpp b/engines/titanic/text_cursor.cpp index e591dc38ed..ae1f842adb 100644 --- a/engines/titanic/text_cursor.cpp +++ b/engines/titanic/text_cursor.cpp @@ -20,7 +20,6 @@ * */ -#include "common/rect.h" #include "common/textconsole.h" #include "titanic/text_cursor.h" @@ -29,9 +28,9 @@ namespace Titanic { CTextCursor::CTextCursor() : _active(false) { } -Common::Rect CTextCursor::getBounds() { +Rect CTextCursor::getBounds() { warning("CTextCursor::getBounds"); - return Common::Rect(); + return Rect(); } } // End of namespace Titanic -- cgit v1.2.3