From 5e54281d71d3ab4c1ba19888bb1aac9ad51673d0 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Wed, 16 Dec 2020 23:34:37 -0600 Subject: add textures to cairo bindings --- src/texture.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/texture.h') diff --git a/src/texture.h b/src/texture.h index e822a59..fbabdda 100644 --- a/src/texture.h +++ b/src/texture.h @@ -54,6 +54,8 @@ typedef struct { /** @brief Place the honey.texture bindings as a table on the stack. */ void honey_setup_texture(lua_State* L); +int honey_lua_texture_new(lua_State* L); + /** @brief Generate a texture. * * @param[out] texture Pointer to the destination texture. -- cgit v1.2.1