aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
diff options
context:
space:
mode:
authorTarek Soliman2011-12-12 20:33:28 -0600
committerTarek Soliman2011-12-13 08:36:41 -0600
commitc6e001a1f5f76735f695301a6a1faeda90c284e6 (patch)
treee2b3114303bbcc91b75a8f777cc1c1a90e01ba5b /gui/widget.h
parentd6ee5988d2f4f45e4e70db750eec91885413d9f6 (diff)
downloadscummvm-rg350-c6e001a1f5f76735f695301a6a1faeda90c284e6.tar.gz
scummvm-rg350-c6e001a1f5f76735f695301a6a1faeda90c284e6.tar.bz2
scummvm-rg350-c6e001a1f5f76735f695301a6a1faeda90c284e6.zip
GUI: Move addClearButton() from options.cpp to widget.cpp
This is so it can be used outside options.cpp
Diffstat (limited to 'gui/widget.h')
-rw-r--r--gui/widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/widget.h b/gui/widget.h
index 428ab7981e..9894dc4526 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -354,6 +354,8 @@ protected:
void drawWidget();
};
+ButtonWidget *addClearButton(GuiObject *boss, const Common::String &name, uint32 cmd);
+
} // End of namespace GUI
#endif