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

#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>

bool lua_build(const char *path);

#endif