- [WIP] Reestructuració: Fase 2 a meitant, pero serà questió de commitar, no tingam un disgust

This commit is contained in:
2026-04-11 14:18:57 +02:00
parent 6cfddadf43
commit 14a7fda8b7
84 changed files with 14 additions and 6150 deletions

9
source/external/lua/lua.hpp vendored Normal file
View File

@@ -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"
//}