|
|
|||
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 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|