diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 04:42:52 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-06 04:42:52 +0200 |
| commit | 9b7a4a71f36486a8b186339f60befc3ea1bac6f1 (patch) | |
| tree | ec5733a40d531b906e15e8168b60050b4439c673 /vendor/lua-5.4.8/src/lua.hpp | |
| download | bidi-9b7a4a71f36486a8b186339f60befc3ea1bac6f1.tar.gz | |
Engage!
Diffstat (limited to 'vendor/lua-5.4.8/src/lua.hpp')
| -rw-r--r-- | vendor/lua-5.4.8/src/lua.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/lua-5.4.8/src/lua.hpp b/vendor/lua-5.4.8/src/lua.hpp new file mode 100644 index 0000000..ec417f5 --- /dev/null +++ b/vendor/lua-5.4.8/src/lua.hpp @@ -0,0 +1,9 @@ +// 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" +} |
