Update comment

This commit is contained in:
Susko3 2024-10-22 09:27:28 +01:00
parent e5a7980b9e
commit 5ab6d58b9e
1 changed files with 1 additions and 1 deletions

View File

@ -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+)")