home projects git about
1 2 3 4 5 6 7 8
#ifndef ARGENT_BINDINGS_H #define ARGENT_BINDINGS_H #include <lua.h> int markdown(lua_State *L); #endif