mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
This commit is contained in:
parent
06c1b40b84
commit
0c0b5c84b0
58 changed files with 4388 additions and 3388 deletions
5
servers/text/SCsub
Normal file
5
servers/text/SCsub
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
Import("env")
|
||||
|
||||
env.add_source_files(env.servers_sources, "*.cpp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue