mirror of https://github.com/ppy/SDL3-CS.git
Update comment
This commit is contained in:
parent
e5a7980b9e
commit
5ab6d58b9e
|
|
@ -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+)")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue