使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
neercs
镜像自地址
https://github.com/cacalabs/neercs.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
misc: remove 100% of the "using namespace std;" madness.
master
Sam Hocevar
10 年前
父节点
b4eb4b1a6f
当前提交
d2cb94e057
共有
5 个文件被更改
,包括
0 次插入
和
5 次删除
分列视图
Diff 选项
显示统计
下载 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"
撰写
预览
正在加载...
取消
保存