integrated lua directly in the engine for better platform compatibility

This commit is contained in:
2026-01-19 12:00:55 +01:00
parent f59dd8498e
commit 473ff0840d
64 changed files with 30131 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <lua5.4/lua.hpp>
#include "lua/lua.hpp"
#include "LuaBridge.h"
#include "Types.hpp"