aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-15 11:05:25 +0000
committerVicent Marti2008-08-15 11:05:25 +0000
commit1b0c29cb015e00d26db44391f994867f15d26f53 (patch)
tree1a2a386500f556c7e0b0eed46efe84c580881724 /gui/theme.h
parent8e60e6c558be96286ad8df3502c69060f9db117c (diff)
downloadscummvm-rg350-1b0c29cb015e00d26db44391f994867f15d26f53.tar.gz
scummvm-rg350-1b0c29cb015e00d26db44391f994867f15d26f53.tar.bz2
scummvm-rg350-1b0c29cb015e00d26db44391f994867f15d26f53.zip
Added popup widget in Options menu to change GUI renderer on the fly.
svn-id: r33898
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 4c1ab2e195..f4709067ef 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -310,6 +310,7 @@ public:
virtual const Common::String &getThemeFileName() const = 0;
virtual const Common::String &getThemeName() const = 0;
+ virtual int getThemeRenderer() const = 0;
/**
* Checks if the theme renderer supports drawing of images.