Fixed compilation with the current GUI
svn-id: r44914
This commit is contained in:
parent
0d98fa3fe4
commit
7755404f52
5 changed files with 149 additions and 143 deletions
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue