MADS: Implemented ScreenObjects::checkScroller
This commit is contained in:
parent
4fec23ad1c
commit
7cdaa9648c
6 changed files with 118 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue