diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-26 12:45:21 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-26 12:45:21 +0200 |
commit | a90da7e87b2b0c01065fcacca6685617e911d88c (patch) | |
tree | 4dea8329613ade50228b0c516cd9fb9dbe47c222 /modules/multiplayer/SCsub | |
parent | f7c567e2f56d6e63f4749387a67e5ea4903c4696 (diff) | |
parent | 9f9ee0c813443333a49c797083ff456629c009fb (diff) | |
download | redot-engine-a90da7e87b2b0c01065fcacca6685617e911d88c.tar.gz |
Merge pull request #93058 from Repiteo/scons/scons_hints
SCons: Add unobtrusive type hints in SCons files
Diffstat (limited to 'modules/multiplayer/SCsub')
-rw-r--r-- | modules/multiplayer/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/multiplayer/SCsub b/modules/multiplayer/SCsub index e89038c3e0..97f91c5674 100644 --- a/modules/multiplayer/SCsub +++ b/modules/multiplayer/SCsub @@ -1,4 +1,5 @@ #!/usr/bin/env python +from misc.utility.scons_hints import * Import("env") Import("env_modules") |