From 8a0a167adbf3d9b6f8b6f16aaf20ca39ad5549de Mon Sep 17 00:00:00 2001 From: jacqueline Date: Sun, 12 Nov 2023 19:14:09 +1100 Subject: Convert the main menu screen to lua lol --- lib/esp-idf-lua/lua/lua.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/esp-idf-lua/lua/lua.hpp (limited to 'lib/esp-idf-lua/lua/lua.hpp') diff --git a/lib/esp-idf-lua/lua/lua.hpp b/lib/esp-idf-lua/lua/lua.hpp new file mode 100644 index 00000000..ec417f59 --- /dev/null +++ b/lib/esp-idf-lua/lua/lua.hpp @@ -0,0 +1,9 @@ +// lua.hpp +// Lua header files for C++ +// <> not supplied automatically because Lua also compiles as C++ + +extern "C" { +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" +} -- cgit v1.2.3