add basic set of Cairo Lua bindings

This commit is contained in:
Robin Gareus 2016-03-17 15:53:19 +01:00
parent 4e6895f156
commit ee2d88a5cc
2 changed files with 94 additions and 0 deletions

View file

@ -79,6 +79,7 @@ public:
static void register_classes (lua_State* L);
static void register_hooks (lua_State* L);
static void bind_cairo (lua_State* L);
void set_session (ARDOUR::Session* s);