diff options
author | Max Horn | 2003-11-02 14:50:53 +0000 |
---|---|---|
committer | Max Horn | 2003-11-02 14:50:53 +0000 |
commit | e9ae86bb76bf6087a1bb11f6158fd96676572866 (patch) | |
tree | 6d2035662a6c88338b15e5e884f7a2da8a4fe155 /scumm | |
parent | 70a1d438154a2becf5f55224cb34ba44317c2e86 (diff) | |
download | scummvm-rg350-e9ae86bb76bf6087a1bb11f6158fd96676572866.tar.gz scummvm-rg350-e9ae86bb76bf6087a1bb11f6158fd96676572866.tar.bz2 scummvm-rg350-e9ae86bb76bf6087a1bb11f6158fd96676572866.zip |
introduced common base class GuiObject for Dialog/Widget -> step towards making it possible to nest widgets (needed for TabWidget)
svn-id: r11052
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/dialogs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/dialogs.h b/scumm/dialogs.h index a537436db6..d8e9a63a07 100644 --- a/scumm/dialogs.h +++ b/scumm/dialogs.h @@ -24,6 +24,7 @@ #include "common/str.h" #include "gui/about.h" #include "gui/dialog.h" +#include "gui/widget.h" #ifndef DISABLE_HELP #include "scumm/help.h" |