home projects git about
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