]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Lua/src/lua.hpp
AppPkg: Disable Lua builds by default. Update the ReadMe file.
[mirror_edk2.git] / AppPkg / Applications / Lua / src / lua.hpp
1 // lua.hpp
2 // Lua header files for C++
3 // <<extern "C">> not supplied automatically because Lua also compiles as C++
4
5 extern "C" {
6 #include "lua.h"
7 #include "lualib.h"
8 #include "lauxlib.h"
9 }