1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/servers/rendering/storage/SCsub
Bastiaan Olij 57e5a33623 Split dummy renderer classes into separate files
Split canvas_texture_storage and texture_storage from render_storage class
2022-03-16 17:43:10 +11:00

6 lines
89 B
Python

#!/usr/bin/env python
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")