]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Lua/src/lua.h
AppPkg: Add the Lua interpreter and library.
[mirror_edk2.git] / AppPkg / Applications / Lua / src / lua.h
1 /** @file
2 Stub header to allow the "real" headers to reside in StdLib/Include/Lua
3 yet have the Lua sources build without having to change the include
4 directives in each file.
5
6 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
7 This program and the accompanying materials are licensed and made available under
8 the terms and conditions of the BSD License that accompanies this distribution.
9 The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 **/
15 #include <Lua/lua.h>