This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
misc: remove 100% of the "using namespace std;" madness.
master
Sam Hocevar
10 years ago
parent
b4eb4b1a6f
commit
d2cb94e057
5 changed files
with
0 additions
and
5 deletions
Split View
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
View File
@@ -14,7 +14,6 @@
#include <caca.h>
using namespace std;
using namespace lol;
#include "neercs.h"
+ 0
- 1
neercs/term/ansi.cpp
View File
@@ -20,7 +20,6 @@
#include <lol/main.h>
using namespace std;
using namespace lol;
#include "../neercs.h"
+ 0
- 1
neercs/term/pty.cpp
View File
@@ -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
View File
@@ -8,7 +8,6 @@
#include <lol/main.h>
using namespace std;
using namespace lol;
#include "../neercs.h"
+ 0
- 1
neercs/video/text-render.cpp
View File
@@ -15,7 +15,6 @@
#include <lol/main.h>
#include "lolgl.h"
using namespace std;
using namespace lol;
#include "../neercs.h"
Write
Preview
Loading…
Cancel
Save