This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Godot
/
godot-docs
kopia lustrzana
https://github.com/godotengine/godot-docs.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 lat temu
rodzic
14ef5a64da
commit
4e5393150a
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
1
1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
+ 1
- 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
Wyświetl plik
@@ -1,5 +1,5 @@
#!python
-import os
, subprocess
+import os
opts = Variables([], ARGUMENTS)