diff options
| author | Ray <[email protected]> | 2017-04-04 12:17:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-04 12:17:08 +0200 |
| commit | 407746193d991190fa4dead94649abb2ed27d462 (patch) | |
| tree | f79f67c3df8ed657a27abba6029a71be359871df /project/vs2015/external/lua/include/lua.hpp | |
| parent | 5338bbf70d3e2c71fcbd0db54e14b6cf2d5616c3 (diff) | |
| parent | 1f56e8e5d0000e1c46483530331887dbd0f8ce75 (diff) | |
| download | raylib-407746193d991190fa4dead94649abb2ed27d462.tar.gz raylib-407746193d991190fa4dead94649abb2ed27d462.zip | |
Merge pull request #256 from raysan5/develop
Integrate develop branch
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" -} |
