Files
academy2/modules/meshops/SCsub
2021-07-31 03:37:28 +03:00

10 lines
157 B
Python

#!/usr/bin/env python
Import('env')
from compat import isbasestring
# Godot source files
env.add_source_files(env.modules_sources, "*.cpp")
Export('env')