aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/view_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/view_item.h')
-rw-r--r--engines/titanic/core/view_item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/core/view_item.h b/engines/titanic/core/view_item.h
index 67b2113142..d85117a0ec 100644
--- a/engines/titanic/core/view_item.h
+++ b/engines/titanic/core/view_item.h
@@ -96,6 +96,8 @@ public:
* Finds a link which connects to another designated view
*/
CLinkItem *findLink(CViewItem *newView);
+
+ void fn1(double val1, double val2, double val3);
};
} // End of namespace Titanic