The headers file said opt-in three lines above saying it is not

This commit is contained in:
Joseph Ferano 2026-09-13 18:09:11 +07:00
parent 045b0a46b9
commit c291cb7715

View File

@ -14,7 +14,7 @@
# possible to regenerate the bindings without comparing them to the
# library they claim to bind.
#
# 2. an ordinary build, when the variable happens to be set. Every C symbol
# 2. every ordinary build. Every C symbol
# is bound already — by hand in raylib.flan or by generation in
# generated.flan — so the importer generates nothing and the header read
# is purely the check. It runs over all 425 declarations rather than the
@ -51,7 +51,7 @@
#
# To see what regeneration would produce without writing anything:
#
# flan import-c $FLAN_RAYLIB_H vendor/raylib/raylib.flan
# flan import-c vendor/raylib/raylib-5.5.h vendor/raylib/raylib.flan
#
# What shapes the generated half — which functions are skipped, and what they
# are called — is `bindings` beside this file. See its comments for why a