本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
neercs
镜像来自
https://github.com/cacalabs/neercs.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
base: strip core.h from its contents and put it in public/private headers.
master
Sam Hocevar
10 年之前
父節點
a5694a59f0
當前提交
ebbb89f91c
共有
7 個檔案被更改
,包括
7 行新增
和
7 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
取消
儲存