summaryrefslogtreecommitdiff
path: root/src/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.h')
-rw-r--r--src/texture.h2
1 files changed, 2 insertions, 0 deletions
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.