이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
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 Options
Show Stats
Download Patch File
Download Diff File
+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"
쓰기
미리보기
불러오는 중...
취소
저장