aboutsummaryrefslogtreecommitdiff
path: root/include/lua_build.hh
blob: 473d80e2e9e6dec859febd0c7b2436e4809f8577 (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* repository, const char* target, const char* path);

#endif