diff options
| author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-08-28 00:19:51 +0300 |
|---|---|---|
| committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2021-10-01 15:13:29 +0300 |
| commit | 0c0b5c84b06e64de6cab301994ac9cd1f845dd35 (patch) | |
| tree | 9b0ea4d9718fe694b2b22d9e09a66b32db8c2cb9 /modules/gdnative/text/SCsub | |
| parent | 06c1b40b84645b4460dd49d95694a7779d636f92 (diff) | |
| download | redot-engine-0c0b5c84b06e64de6cab301994ac9cd1f845dd35.tar.gz | |
Implement TextServer GDExtension interface, remove TextServer GDNative interface.
Diffstat (limited to 'modules/gdnative/text/SCsub')
| -rw-r--r-- | modules/gdnative/text/SCsub | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/gdnative/text/SCsub b/modules/gdnative/text/SCsub deleted file mode 100644 index 0b2db3b504..0000000000 --- a/modules/gdnative/text/SCsub +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python - -Import("env") -Import("env_gdnative") - -env_gdnative.add_source_files(env.modules_sources, "*.cpp") |
