使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
cacalabs
/
neercs
镜像自地址
https://github.com/cacalabs/neercs.git
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
base: strip core.h from its contents and put it in public/private headers.
master
Sam Hocevar
10 年前
父节点
a5694a59f0
当前提交
ebbb89f91c
共有
7 个文件被更改
,包括
7 次插入
和
7 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
neercs/neercs.cpp
+1
-1
neercs/old/wm.cpp
+1
-1
neercs/term/ansi.cpp
+1
-1
neercs/term/pty.cpp
+1
-1
neercs/term/term.cpp
+1
-1
neercs/video/render.cpp
+1
-1
neercs/video/text-render.cpp
+ 1
- 1
neercs/neercs.cpp
查看文件
@@ -10,7 +10,7 @@
#include <time.h>
#include
"core.h"
#include
<lol/main.h>
#include <caca.h>
+ 1
- 1
neercs/old/wm.cpp
查看文件
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <math.h>
#include
"core.h"
#include
<lol/main.h>
#include <caca.h>
+ 1
- 1
neercs/term/ansi.cpp
查看文件
@@ -18,7 +18,7 @@
#include <string.h>
#include
"core.h"
#include
<lol/main.h>
using namespace std;
using namespace lol;
+ 1
- 1
neercs/term/pty.cpp
查看文件
@@ -33,7 +33,7 @@
# include <fcntl.h>
#endif
#include
"core.h"
#include
<lol/main.h>
#include "loldebug.h"
using namespace std;
+ 1
- 1
neercs/term/term.cpp
查看文件
@@ -6,7 +6,7 @@
# include "config.h"
#endif
#include
"core.h"
#include
<lol/main.h>
using namespace std;
using namespace lol;
+ 1
- 1
neercs/video/render.cpp
查看文件
@@ -12,7 +12,7 @@
#include <ctime>
#include <string>
#include
"core.h"
#include
<lol/main.h>
#include "lolgl.h"
#include "loldebug.h"
+ 1
- 1
neercs/video/text-render.cpp
查看文件
@@ -12,7 +12,7 @@
#include <ctime>
#include <string>
#include
"core.h"
#include
<lol/main.h>
#include "lolgl.h"
using namespace std;
撰写
预览
正在加载...
取消
保存