summaryrefslogtreecommitdiff
path: root/src/image/image.h
blob: e0d6ecb741a3f75d3d8045929d4bdeb2cb253d23 (plain)
1
2
3
4
5
6
7
8
#ifndef HONEY_IMAGE_H
#define HONEY_IMAGE_H

#include <lua.h>

void setup_image(lua_State *L, int honey_index);

#endif