rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
controllers
lua
lua.hpp
Go to the documentation of this file.
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
}
Generated on Sat Sep 27 2025 00:10:06 for rusEFI by
1.9.8