]> git.sesse.net Git - nageru/blobdiff - theme.h
Use the shared resource pool everywhere.
[nageru] / theme.h
diff --git a/theme.h b/theme.h
index a3bc8ea16844439f1d25bf988238701d87448e64..1f4f429eec72387f44b4f3f26f56dca0a543c9a3 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -63,6 +63,8 @@ public:
        void transition_clicked(int transition_num, float t);
        void channel_clicked(int preview_num);
 
+       movit::ResourcePool *get_resource_pool() const { return resource_pool; }
+
 private:
        void register_class(const char *class_name, const luaL_Reg *funcs);