mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
ecfcfd97fa
Split FOG Split visibility notifier Final cleanup of storage classes
9 lines
176 B
Python
9 lines
176 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
SConscript("dummy/SCsub")
|
|
SConscript("renderer_rd/SCsub")
|
|
SConscript("storage/SCsub")
|