summaryrefslogtreecommitdiffstats
path: root/scene/resources/theme.h
diff options
context:
space:
mode:
authorFabian <supagu@gmail.com>2019-01-25 12:10:56 +1030
committerFabian <supagu@gmail.com>2019-01-25 13:14:06 +1030
commit01170c911c7a1f435e20db4c4e31a0d98b95778a (patch)
tree68e94ab127bee1b767cabe0827c005a5cff3d5aa /scene/resources/theme.h
parent6ad4f16b1dcbd3f3397a7e9c2a635ccc920c5647 (diff)
downloadredot-engine-01170c911c7a1f435e20db4c4e31a0d98b95778a.tar.gz
Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e
Diffstat (limited to 'scene/resources/theme.h')
-rw-r--r--scene/resources/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/theme.h b/scene/resources/theme.h
index 021a2936bd..fb59073cbe 100644
--- a/scene/resources/theme.h
+++ b/scene/resources/theme.h
@@ -184,6 +184,7 @@ public:
void get_type_list(List<StringName> *p_list) const;
void copy_default_theme();
+ void copy_theme(const Ref<Theme> &p_other);
void clear();
Theme();