...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:
parent
b389dfa2a3
commit
782dabbcd3
13 changed files with 238 additions and 172 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue