mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 11:42:20 +00:00
ecfcfd97fa
Split FOG Split visibility notifier Final cleanup of storage classes
8 lines
118 B
Python
8 lines
118 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
SConscript("storage/SCsub")
|