1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

SCons: Add unobtrusive type hints in SCons files

This commit is contained in:
Thaddeus Crews
2024-06-11 15:19:07 -05:00
parent 0a9d8f04c1
commit 9f9ee0c813
173 changed files with 290 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
Import("env_modules")