diff options
Diffstat (limited to 'src/mpack/lmpack.h')
-rw-r--r-- | src/mpack/lmpack.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mpack/lmpack.h b/src/mpack/lmpack.h new file mode 100644 index 0000000000..e35f40fab6 --- /dev/null +++ b/src/mpack/lmpack.h @@ -0,0 +1,3 @@ +#include <lua.h> + +int luaopen_mpack(lua_State *L); |