...and mor. Next big thing should be to document the overlay stuff, but that'll have to wait till after I slept :-)

svn-id: r13295
This commit is contained in:
Max Horn 2004-03-15 02:21:04 +00:00
parent b389dfa2a3
commit 782dabbcd3
13 changed files with 238 additions and 172 deletions

View file

@ -112,12 +112,15 @@ public:
ConfigDialog(ScummEngine *scumm);
~ConfigDialog();
virtual void open();
virtual void close();
virtual void handleCommand(GUI::CommandSender *sender, uint32 cmd, uint32 data);
protected:
GUI::CheckboxWidget *subtitlesCheckbox;
virtual void applySettings();
virtual void loadSettings();
virtual void saveSettings();
};
class InfoDialog : public ScummDialog {