Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
neercs
réplica de
https://github.com/cacalabs/neercs.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
base: strip core.h from its contents and put it in public/private headers.
master
Sam Hocevar
hace 10 años
padre
a5694a59f0
commit
ebbb89f91c
Se han
modificado 7 ficheros
con
7 adiciones
y
7 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -10,7 +10,7 @@
#include <time.h>
#include
"core.h"
#include
<lol/main.h>
#include <caca.h>
+ 1
- 1
neercs/old/wm.cpp
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -12,7 +12,7 @@
#include <ctime>
#include <string>
#include
"core.h"
#include
<lol/main.h>
#include "lolgl.h"
using namespace std;
Escribir
Vista previa
Cargando…
Cancelar
Guardar