committed missing file

svn-id: r47971
This commit is contained in:
Vladimir Menshakov 2010-02-07 17:15:04 +00:00
parent 9ed02ae0c6
commit 0e39a5ae45

View File

@ -76,6 +76,8 @@ private:
bool _active;
Common::Point mouse;
int hovered;
bool tryObjectCallback(InventoryObject *obj);
InventoryObject *hovered_obj, *selected_obj;
};