From c291cb77150898c04245320975aec56e5fef72f6 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sun, 13 Sep 2026 18:09:11 +0700 Subject: [PATCH] The headers file said opt-in three lines above saying it is not --- vendor/raylib/headers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/raylib/headers b/vendor/raylib/headers index 85cbbf6..5b5b706 100644 --- a/vendor/raylib/headers +++ b/vendor/raylib/headers @@ -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