summaryrefslogtreecommitdiff
path: root/src/lua.hpp
blob: 4cf79d2609515bb804362512cf9bb41e91cedfae (plain)
1
2
3
4
5
6
7
8
// Included locally
// Building from sources doesn't include this by default
// See Copyright Notice in thirdparty/lua/lua.h
extern "C" {
#include "lauxlib.h"
#include "lua.h"
#include "lualib.h"
}