aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
authorMax Horn2002-11-21 12:48:50 +0000
committerMax Horn2002-11-21 12:48:50 +0000
commitdec234c6a563fbc0bec4d604dea45189739e2ee2 (patch)
tree6b138affb87fdf3936af1999785112f98becf8c8 /gui/newgui.h
parentcb160cfbf369c8a66d7ad9e6bfdecfaacc826ef2 (diff)
downloadscummvm-rg350-dec234c6a563fbc0bec4d604dea45189739e2ee2.tar.gz
scummvm-rg350-dec234c6a563fbc0bec4d604dea45189739e2ee2.tar.bz2
scummvm-rg350-dec234c6a563fbc0bec4d604dea45189739e2ee2.zip
factored out ChooserDialog into it's own header/source file, and made the title adjustable; added a dummy file for EditFieldWidget (not implemented yet); some other cleanup
svn-id: r5658
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 078d3984e0..1bd68ff0a3 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -117,6 +117,9 @@ public:
int16 _textcolor;
int16 _textcolorhi;
+ // Misc util
+ uint32 get_time() const { return _system->get_msecs(); }
+
// Drawing primitives
int16 *getBasePtr(int x, int y);
void box(int x, int y, int width, int height, bool inverted = false);