MADS: Implemented ScreenObjects::checkScroller

This commit is contained in:
Paul Gilbert 2014-03-22 12:02:17 -04:00
parent 4fec23ad1c
commit 7cdaa9648c
6 changed files with 118 additions and 10 deletions

View file

@ -636,4 +636,12 @@ void UserInterface::selectObject(int invIndex) {
warning("TODO: selectObject");
}
void UserInterface::drawInventory(int v1, int v2, int *v3) {
warning("TODO: drawInventory");
}
void UserInterface::scrollerChanged() {
warning("TODO: scrollerChanged");
}
} // End of namespace MADS