浏览代码

Added the examples directory to the API renaming tool

Sam Lantinga 1 年之前
父节点
当前提交
95f7e53233
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-scripts/rename_api.py

+ 1 - 1
build-scripts/rename_api.py

@@ -57,7 +57,7 @@ def main():
         i += 2
         i += 2
 
 
     regex = create_regex_from_replacements(replacements)
     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_symbols_in_path(SDL_ROOT / dir, regex, replacements)
 
 
     # Replace the symbols in documentation
     # Replace the symbols in documentation