Commit 20b274bb authored by Sergey Lyubka's avatar Sergey Lyubka

Using amalgamated lua

parent 00b289a0
#include <stdio.h>
#include "lua.h"
#include "lauxlib.h"
#include "lua-5.2.1.h"
static int smile(lua_State *L) {
(void) L; // Unused
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment