source:
bootcd/isolinux/syslinux-6.03/com32/lua/src/lua.hpp
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 191 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | // lua.hpp |
2 | // Lua header files for C++ | |
3 | // <<extern "C">> not supplied automatically because Lua also compiles as C++ | |
4 | ||
5 | extern "C" { | |
6 | #include "lua.h" | |
7 | #include "lualib.h" | |
8 | #include "lauxlib.h" | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.