diff options
Diffstat (limited to 'project/vs2015/external/lua/include/lua.hpp')
| -rw-r--r-- | project/vs2015/external/lua/include/lua.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/project/vs2015/external/lua/include/lua.hpp b/project/vs2015/external/lua/include/lua.hpp deleted file mode 100644 index ec417f59..00000000 --- a/project/vs2015/external/lua/include/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" -} |
