diff options
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r-- | engines/kyra/lol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h index f3b89758eb..6d73f50c4a 100644 --- a/engines/kyra/lol.h +++ b/engines/kyra/lol.h @@ -496,6 +496,8 @@ private: void gui_initMagicSubmenu(int charNum); void gui_initButton(int index, int x = -1, int y = -1, int val = -1); void gui_notifyButtonListChanged() { if (_gui) _gui->_buttonListChanged = true; } + + Common::Array<Button::Callback> _buttonCallbacks; void assignButtonCallback(Button *button, int index); Button *_activeButtons; |