X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=1f4f429eec72387f44b4f3f26f56dca0a543c9a3;hb=2a431ccd32a47fb0f40389cbd7d1a1e9d1902a64;hp=a3bc8ea16844439f1d25bf988238701d87448e64;hpb=3cafda5de945dd02d321634abd61aa1e261f2384;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);