godot/servers/rendering/rasterizer_rd/SCsub
Juan Linietsky a6f3bc7c69 Renaming of servers for coherency.
VisualServer -> RenderingServer
PhysicsServer -> PhysicsServer3D
Physics2DServer -> PhysicsServer2D
NavigationServer -> NavigationServer3D
Navigation2DServer -> NavigationServer2D

Also renamed corresponding files.
2020-03-27 15:21:27 -03:00

8 lines
118 B
Python

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