Skip to content

Commit 7b255ed

Browse files
committed
Generate godot compat for dual build
generate compat generate compat Update ci.yml Update binding_generator.py generate compat generate compat lint python files Update compat_generator.py update docs Update binding_generator.py Update module_converter.py also collect defines Add module converter file that converts module based projects to godot_compat Update ci.yml update docs Update compat_generator.py lint python files generate compat generate compat generate compat generate compat Update ci.yml fix path issue when caling from outside
1 parent 3ea374e commit 7b255ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

binding_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,6 @@ def generate_compat_includes(output_dir: Path, target_dir: Path):
15841584
result.append(f"#include <{file_godot_name}>")
15851585
result.append(f"#else")
15861586
result.append(f"#include <{file_godot_cpp_name}>")
1587-
result.append(f"using namespace godot;")
15881587
result.append(f"#endif")
15891588
result.append("")
15901589
result.append(f"#endif // ! {header_guard}")

0 commit comments

Comments
 (0)