このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
neercs
ミラー元
https://github.com/cacalabs/neercs.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
misc: remove 100% of the "using namespace std;" madness.
master
Sam Hocevar
10年前
親
b4eb4b1a6f
コミット
d2cb94e057
5個のファイルの変更
、
0行の追加
、
5行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-1
neercs/neercs.cpp
+0
-1
neercs/term/ansi.cpp
+0
-1
neercs/term/pty.cpp
+0
-1
neercs/term/term.cpp
+0
-1
neercs/video/text-render.cpp
+ 0
- 1
neercs/neercs.cpp
ファイルの表示
@@ -14,7 +14,6 @@
#include <caca.h>
using namespace std;
using namespace lol;
#include "neercs.h"
+ 0
- 1
neercs/term/ansi.cpp
ファイルの表示
@@ -20,7 +20,6 @@
#include <lol/main.h>
using namespace std;
using namespace lol;
#include "../neercs.h"
+ 0
- 1
neercs/term/pty.cpp
ファイルの表示
@@ -36,7 +36,6 @@
#include <lol/main.h>
#include "loldebug.h"
using namespace std;
using namespace lol;
#include "../neercs.h"
+ 0
- 1
neercs/term/term.cpp
ファイルの表示
@@ -8,7 +8,6 @@
#include <lol/main.h>
using namespace std;
using namespace lol;
#include "../neercs.h"
+ 0
- 1
neercs/video/text-render.cpp
ファイルの表示
@@ -15,7 +15,6 @@
#include <lol/main.h>
#include "lolgl.h"
using namespace std;
using namespace lol;
#include "../neercs.h"
書き込み
プレビュー
読み込み中…
キャンセル
保存