From 2667b502d790c640e0f6a71b21857333134b9a41 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sat, 2 Jul 2011 00:04:24 +0200 Subject: MOHAWK: Add LBCode::resolveItem helper function. --- engines/mohawk/livingbooks_code.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/livingbooks_code.h') diff --git a/engines/mohawk/livingbooks_code.h b/engines/mohawk/livingbooks_code.h index 9602e2d22d..3e33549b4d 100644 --- a/engines/mohawk/livingbooks_code.h +++ b/engines/mohawk/livingbooks_code.h @@ -206,6 +206,7 @@ protected: void parseArithmetic2(); void parseMain(); + LBItem *resolveItem(const LBValue &value); Common::Array readParams(); Common::Rect getRectFromParams(const Common::Array ¶ms); -- cgit v1.2.3