diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2024-06-11 15:19:07 -0500 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2024-09-25 09:34:35 -0500 |
| commit | 9f9ee0c813443333a49c797083ff456629c009fb (patch) | |
| tree | 36dbb6cd89f1b81eaf7940a2d097dc77e55a7f61 /modules/text_server_fb | |
| parent | 0a9d8f04c10870c0f9f7bbd2e0505edc8494e299 (diff) | |
| download | redot-engine-9f9ee0c813443333a49c797083ff456629c009fb.tar.gz | |
SCons: Add unobtrusive type hints in SCons files
Diffstat (limited to 'modules/text_server_fb')
| -rw-r--r-- | modules/text_server_fb/SCsub | 1 | ||||
| -rw-r--r-- | modules/text_server_fb/gdextension_build/SConstruct | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/modules/text_server_fb/SCsub b/modules/text_server_fb/SCsub index fc0a8727c6..b56df192c2 100644 --- a/modules/text_server_fb/SCsub +++ b/modules/text_server_fb/SCsub @@ -1,4 +1,5 @@ #!/usr/bin/env python +from misc.utility.scons_hints import * Import("env") Import("env_modules") diff --git a/modules/text_server_fb/gdextension_build/SConstruct b/modules/text_server_fb/gdextension_build/SConstruct index a3c2052040..dc849d5814 100644 --- a/modules/text_server_fb/gdextension_build/SConstruct +++ b/modules/text_server_fb/gdextension_build/SConstruct @@ -1,4 +1,6 @@ #!/usr/bin/env python +from misc.utility.scons_hints import * + import atexit import sys import time |
