From 5ab6d58b9e3e9f163f17a44019bb51aa5e2c1f52 Mon Sep 17 00:00:00 2001 From: Susko3 Date: Tue, 22 Oct 2024 09:27:28 +0100 Subject: [PATCH] Update comment --- SDL3-CS/generate_bindings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL3-CS/generate_bindings.py b/SDL3-CS/generate_bindings.py index 862b1c9..fa06475 100644 --- a/SDL3-CS/generate_bindings.py +++ b/SDL3-CS/generate_bindings.py @@ -288,7 +288,7 @@ def run_clangsharp(command, header: Header): return header.output_file() -# regex for ClangSharp-generated SDL functions +# regex for ClangSharp-generated SDL functions and enums generated_symbol_regex = re.compile(r"public (enum|static extern \w+\**) (SDL_\w+)")