This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
Godot
/
godot-docs
peilaus alkaen
https://github.com/godotengine/godot-docs.git
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 vuotta sitten
vanhempi
14ef5a64da
commit
4e5393150a
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Näytä diff tilastot
1
1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
+ 1
- 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
Näytä tiedosto
@@ -1,5 +1,5 @@
#!python
-import os
, subprocess
+import os
opts = Variables([], ARGUMENTS)