Newer
Older
Import / applications / HighwayDash / ports / Framework / lua-5.3.2 / src / lua.hpp
@John Ryland John Ryland on 22 Dec 2020 191 bytes import NUC files
// lua.hpp
// Lua header files for C++
// <<extern "C">> not supplied automatically because Lua also compiles as C++

extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}