ACCESS: Beginnings of inventory dragging for combining items

This commit is contained in:
Paul Gilbert 2014-11-05 22:32:12 -05:00
parent b8c95e653d
commit 6ceda069c7
8 changed files with 218 additions and 27 deletions

View file

@ -44,8 +44,6 @@ protected:
virtual void executeSpecial(int commandIndex, int param1, int param2) = 0;
virtual void executeCommand(int commandIndex);
int checkMouseBox1(Common::Rect *rectArr);
/**
* Print a given message to the screen in a bubble box
*/