summaryrefslogtreecommitdiff
path: root/src/image/image.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-08-22 14:01:39 -0500
committersanine <sanine.not@pm.me>2022-08-22 14:01:39 -0500
commitd69f711275675d4b5da88117b14c1d15be232cf5 (patch)
tree859fc0bfbbb97777cf7bafdd18a6a4ddcb9ed7fd /src/image/image.h
parent6f06255d2ae0337d9aea5e5330502581e32dab09 (diff)
add image/
Diffstat (limited to 'src/image/image.h')
-rw-r--r--src/image/image.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/image/image.h b/src/image/image.h
new file mode 100644
index 0000000..e0d6ecb
--- /dev/null
+++ b/src/image/image.h
@@ -0,0 +1,8 @@
+#ifndef HONEY_IMAGE_H
+#define HONEY_IMAGE_H
+
+#include <lua.h>
+
+void setup_image(lua_State *L, int honey_index);
+
+#endif