summaryrefslogtreecommitdiffstats
path: root/scene
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-06-11 15:19:07 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-09-25 09:34:35 -0500
commit9f9ee0c813443333a49c797083ff456629c009fb (patch)
tree36dbb6cd89f1b81eaf7940a2d097dc77e55a7f61 /scene
parent0a9d8f04c10870c0f9f7bbd2e0505edc8494e299 (diff)
downloadredot-engine-9f9ee0c813443333a49c797083ff456629c009fb.tar.gz
SCons: Add unobtrusive type hints in SCons files
Diffstat (limited to 'scene')
-rw-r--r--scene/2d/SCsub1
-rw-r--r--scene/2d/physics/SCsub1
-rw-r--r--scene/2d/physics/joints/SCsub1
-rw-r--r--scene/3d/SCsub1
-rw-r--r--scene/3d/physics/SCsub1
-rw-r--r--scene/3d/physics/joints/SCsub1
-rw-r--r--scene/SCsub1
-rw-r--r--scene/animation/SCsub1
-rw-r--r--scene/audio/SCsub1
-rw-r--r--scene/debugger/SCsub1
-rw-r--r--scene/gui/SCsub1
-rw-r--r--scene/main/SCsub1
-rw-r--r--scene/resources/2d/SCsub1
-rw-r--r--scene/resources/3d/SCsub1
-rw-r--r--scene/resources/SCsub1
-rw-r--r--scene/theme/SCsub1
-rw-r--r--scene/theme/icons/SCsub1
17 files changed, 17 insertions, 0 deletions
diff --git a/scene/2d/SCsub b/scene/2d/SCsub
index 94e1ab6c96..6f6bf9818c 100644
--- a/scene/2d/SCsub
+++ b/scene/2d/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/2d/physics/SCsub b/scene/2d/physics/SCsub
index e7fd3fe643..5f9747514a 100644
--- a/scene/2d/physics/SCsub
+++ b/scene/2d/physics/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/2d/physics/joints/SCsub b/scene/2d/physics/joints/SCsub
index fc61250247..374dc2119d 100644
--- a/scene/2d/physics/joints/SCsub
+++ b/scene/2d/physics/joints/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/3d/SCsub b/scene/3d/SCsub
index 94e1ab6c96..6f6bf9818c 100644
--- a/scene/3d/SCsub
+++ b/scene/3d/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/3d/physics/SCsub b/scene/3d/physics/SCsub
index e7fd3fe643..5f9747514a 100644
--- a/scene/3d/physics/SCsub
+++ b/scene/3d/physics/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/3d/physics/joints/SCsub b/scene/3d/physics/joints/SCsub
index fc61250247..374dc2119d 100644
--- a/scene/3d/physics/joints/SCsub
+++ b/scene/3d/physics/joints/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/SCsub b/scene/SCsub
index b4b2d6dd0a..1eb4ffa53d 100644
--- a/scene/SCsub
+++ b/scene/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/animation/SCsub b/scene/animation/SCsub
index d0aa0bc8aa..dd2b22c2e3 100644
--- a/scene/animation/SCsub
+++ b/scene/animation/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/audio/SCsub b/scene/audio/SCsub
index fc61250247..374dc2119d 100644
--- a/scene/audio/SCsub
+++ b/scene/audio/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/debugger/SCsub b/scene/debugger/SCsub
index fc61250247..374dc2119d 100644
--- a/scene/debugger/SCsub
+++ b/scene/debugger/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/gui/SCsub b/scene/gui/SCsub
index fc61250247..374dc2119d 100644
--- a/scene/gui/SCsub
+++ b/scene/gui/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/main/SCsub b/scene/main/SCsub
index fc61250247..374dc2119d 100644
--- a/scene/main/SCsub
+++ b/scene/main/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/resources/2d/SCsub b/scene/resources/2d/SCsub
index fdf20e0bde..408aa3cf7e 100644
--- a/scene/resources/2d/SCsub
+++ b/scene/resources/2d/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/resources/3d/SCsub b/scene/resources/3d/SCsub
index fdf20e0bde..408aa3cf7e 100644
--- a/scene/resources/3d/SCsub
+++ b/scene/resources/3d/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/resources/SCsub b/scene/resources/SCsub
index 2b6aa88d2c..46f6251b91 100644
--- a/scene/resources/SCsub
+++ b/scene/resources/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/theme/SCsub b/scene/theme/SCsub
index 2372d1820a..fb0914c0ee 100644
--- a/scene/theme/SCsub
+++ b/scene/theme/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")
diff --git a/scene/theme/icons/SCsub b/scene/theme/icons/SCsub
index 1f3b7f6d17..19aca74e57 100644
--- a/scene/theme/icons/SCsub
+++ b/scene/theme/icons/SCsub
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+from misc.utility.scons_hints import *
Import("env")