diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-09-18 03:04:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-09-18 03:04:39 +0000 |
| commit | 2f416d13847293675eb69aece1caa86033b6c892 (patch) | |
| tree | feae7adec76b1dfd1b9733e6a8efd8bed5d9542e /External/lua-5.2.3/src/lua.hpp | |
| parent | Updated copyright notice (diff) | |
| download | DiligentTools-2f416d13847293675eb69aece1caa86033b6c892.tar.gz DiligentTools-2f416d13847293675eb69aece1caa86033b6c892.zip | |
Moved third party components from External to ThirdParty folder
Diffstat (limited to 'External/lua-5.2.3/src/lua.hpp')
| -rw-r--r-- | External/lua-5.2.3/src/lua.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/External/lua-5.2.3/src/lua.hpp b/External/lua-5.2.3/src/lua.hpp deleted file mode 100644 index ec417f5..0000000 --- a/External/lua-5.2.3/src/lua.hpp +++ /dev/null @@ -1,9 +0,0 @@ -// 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" -} |
