Merge commit '88a2e4976b' as 'engine'

This commit is contained in:
Sara Gerretsen 2026-06-19 16:29:28 +02:00
commit 4587afe78c
13991 changed files with 7801538 additions and 0 deletions

6
engine/core/string/SCsub Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
env.add_source_files(env.core_sources, "*.cpp")