Clean up type registration

This commit is contained in:
2026-03-17 22:31:28 -04:00
parent 66c74fe25d
commit d842742bbd
3 changed files with 16 additions and 12 deletions

2
SCsub
View File

@@ -4,7 +4,7 @@ import os
Import("env")
# Define the context constant for module build
env.Append(CPPDEFINES=["GODOT_MODULE_BUILD"])
env.Append(CPPDEFINES=["REDOT_MODULE_BUILD"])
# Sources to include in the module
module_sources = Glob("*.cpp")