This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
Godot
/
godot-docs
同期ミラー
https://github.com/godotengine/godot-docs.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 年 前
親
14ef5a64da
コミット
4e5393150a
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
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)