Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:35:49

0001 // lua.hpp
0002 // Lua header files for C++
0003 // <<extern "C">> not supplied automatically because Lua also compiles as C++
0004 
0005 extern "C" {
0006 #include "lua.h"
0007 #include "lualib.h"
0008 #include "lauxlib.h"
0009 }