mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 10:53:27 +08:00
Added the examples directory to the API renaming tool
This commit is contained in:
parent
a90ad3b0e2
commit
95f7e53233
@ -57,7 +57,7 @@ def main():
|
||||
i += 2
|
||||
|
||||
regex = create_regex_from_replacements(replacements)
|
||||
for dir in ["src", "test", "include", "docs", "cmake/test"]:
|
||||
for dir in ["src", "test", "examples", "include", "docs", "cmake/test"]:
|
||||
replace_symbols_in_path(SDL_ROOT / dir, regex, replacements)
|
||||
|
||||
# Replace the symbols in documentation
|
||||
|
Loading…
Reference in New Issue
Block a user