This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
Godot
/
godot-docs
mirror of
https://github.com/godotengine/godot-docs.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 năm trước cách đây
mục cha
14ef5a64da
commit
4e5393150a
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
+ 1
- 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
Xem Tập Tin
@@ -1,5 +1,5 @@
#!python
-import os
, subprocess
+import os
opts = Variables([], ARGUMENTS)