Newer
Older
Import / applications / HighwayDash / ports / Framework / lua-5.3.2 / src / lua.hpp
@John John on 29 Dec 2020 191 bytes bulk import from macbookpro checkouts
// 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"
}