]> git.saurik.com Git - redis.git/blame - deps/lua/etc/lua.hpp
makefile adapted to link against lua lib and to pass the 32bit flag to Lua building...
[redis.git] / deps / lua / etc / lua.hpp
CommitLineData
21d3294c 1// lua.hpp
2// Lua header files for C++
3// <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5extern "C" {
6#include "lua.h"
7#include "lualib.h"
8#include "lauxlib.h"
9}