optimized twnlua building (10.5s -> 8.5s)

This commit is contained in:
veclavtalica
2025-02-10 18:29:35 +03:00
parent af1b9caedc
commit 0df0a9226f
5 changed files with 6 additions and 696 deletions

View File

@@ -64,7 +64,7 @@ def from_table(typedesc, variable, indent = 0):
print('#include "twn_game_api.h"\n')
print('#include "minilua.h"\n')
print('/* assumed to be included from game.c, where minilua.h is already present */"\n')
bindings, used_converters = [], {}
for procedure, procedure_desc in api["procedures"].items():