aboutsummaryrefslogtreecommitdiff
path: root/include/lua_build.hh
blob: 1a7df068bcb514807823af9cfbd5a12e762a2c6f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LUA_BUILD
#define LUA_BUILD

#include <lua5.1/lua.h>
#include <lua5.1/lauxlib.h>
#include <lua5.1/lualib.h>

bool lua_build(const char *path);

#endif