This website works better with JavaScript
Главная
Обзор
Помощь
Вход
Godot
/
godot-docs
зеркало из
https://github.com/godotengine/godot-docs.git
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Просмотр исходного кода
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 лет назад
Родитель
14ef5a64da
Сommit
4e5393150a
1 измененных файлов
с
1 добавлено
и
1 удалено
Разделённый вид
Показать статистику Diff
1
1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
+ 1
- 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
Просмотреть файл
@@ -1,5 +1,5 @@
#!python
-import os
, subprocess
+import os
opts = Variables([], ARGUMENTS)