Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
cacalabs
/
neercs
mirror da
https://github.com/cacalabs/neercs.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
misc: remove 100% of the "using namespace std;" madness.
master
Sam Hocevar
10 anni fa
parent
b4eb4b1a6f
commit
d2cb94e057
5 ha cambiato i file
con
0 aggiunte
e
5 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file 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
Vedi File
@@ -14,7 +14,6 @@
#include <caca.h>
using namespace std;
using namespace lol;
#include "neercs.h"
+ 0
- 1
neercs/term/ansi.cpp
Vedi File
@@ -20,7 +20,6 @@
#include <lol/main.h>
using namespace std;
using namespace lol;
#include "../neercs.h"
+ 0
- 1
neercs/term/pty.cpp
Vedi 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
Vedi 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
Vedi File
@@ -15,7 +15,6 @@
#include <lol/main.h>
#include "lolgl.h"
using namespace std;
using namespace lol;
#include "../neercs.h"
Scrivi
Anteprima
Caricamento…
Annulla
Salva