X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=1f4f429eec72387f44b4f3f26f56dca0a543c9a3;hb=c996b8ab73e27736a1807a3cc6df329c9fc46d4c;hp=a3bc8ea16844439f1d25bf988238701d87448e64;hpb=727f4f46369c938e5994eb89acbda1369a9bfc35;p=nageru diff --git a/theme.h b/theme.h index a3bc8ea..1f4f429 100644 --- 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);