summaryrefslogtreecommitdiff
path: root/modules/hdr/SCsub
blob: a709397c9a076db02ba6efb49e40a71e20ff7a21 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

Import("env")
Import("env_modules")

env_hdr = env_modules.Clone()

# Godot's own source files
env_hdr.add_source_files(env.modules_sources, "*.cpp")