From 7e367273282f4ce1986b2b95cd86a2b8c8c4a81c Mon Sep 17 00:00:00 2001 From: raysan5 Date: Mon, 8 Aug 2016 17:22:26 +0200 Subject: Visual Studio 2015 project --- project/vs2015/external/lua/include/lua.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 project/vs2015/external/lua/include/lua.hpp (limited to 'project/vs2015/external/lua/include/lua.hpp') diff --git a/project/vs2015/external/lua/include/lua.hpp b/project/vs2015/external/lua/include/lua.hpp new file mode 100644 index 00000000..ec417f59 --- /dev/null +++ b/project/vs2015/external/lua/include/lua.hpp @@ -0,0 +1,9 @@ +// lua.hpp +// Lua header files for C++ +// <> not supplied automatically because Lua also compiles as C++ + +extern "C" { +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" +} -- cgit v1.2.3