This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Godot
/
godot-docs
şunun yansıması
https://github.com/godotengine/godot-docs.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 yıl önce
ebeveyn
14ef5a64da
işleme
4e5393150a
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
+ 1
- 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
Dosyayı Görüntüle
@@ -1,5 +1,5 @@
#!python
-import os
, subprocess
+import os
opts = Variables([], ARGUMENTS)