summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 8c5675454..144cfd274 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -269,6 +269,9 @@ class Theme : public Palette, public ConfigListener
void optionChanged(const std::string &);
+ void loadRect(ImageRect &image, std::string name,
+ int start = 0, int end = 8);
+
private:
Theme();
~Theme();