Fixed compilation with the current GUI

svn-id: r44914
This commit is contained in:
Filippos Karapetis 2009-10-11 12:45:40 +00:00
parent 0d98fa3fe4
commit 7755404f52
5 changed files with 149 additions and 143 deletions

View file

@ -357,6 +357,9 @@ void SciGui::drawControlIcon(Common::Rect rect, reg_t obj, GuiResourceId viewId,
_screen->copyToScreen();
}
void SciGui::drawControl(reg_t controlObject, bool highlight) {
}
void SciGui::editControl(reg_t controlObject, reg_t eventObject) {
}