This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
cacalabs
/
neercs
огледало од
https://github.com/cacalabs/neercs.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
build: reorganise includes so that we can use precompiled headers later.
master
Sam Hocevar
пре 10 година
родитељ
6fbfecb33e
комит
3f897ce51a
7 измењених фајлова
са
14 додато
и
14 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
neercs/neercs.cpp
+2
-2
neercs/old/wm.cpp
+2
-2
neercs/term/ansi.cpp
+2
-2
neercs/term/pty.cpp
+2
-2
neercs/term/term.cpp
+2
-2
neercs/video/render.cpp
+2
-2
neercs/video/text-render.cpp
+ 2
- 2
neercs/neercs.cpp
Прегледај датотеку
@@ -4,13 +4,13 @@
// Copyright: (c) 2012-2013 Sam Hocevar <sam@hocevar.net>
//
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include <time.h>
#include <lol/
main
.h>
#include <lol/
engine
.h>
#include <caca.h>
+ 2
- 2
neercs/old/wm.cpp
Прегледај датотеку
@@ -11,7 +11,7 @@
* http://www.wtfpl.net/ for more details.
*/
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <math.h>
#include <lol/
main
.h>
#include <lol/
engine
.h>
#include <caca.h>
+ 2
- 2
neercs/term/ansi.cpp
Прегледај датотеку
@@ -12,13 +12,13 @@
* http://www.wtfpl.net/ for more details.
*/
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <lol/
main
.h>
#include <lol/
engine
.h>
using namespace lol;
+ 2
- 2
neercs/term/pty.cpp
Прегледај датотеку
@@ -10,7 +10,7 @@
* http://www.wtfpl.net/ for more details.
*/
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
@@ -33,7 +33,7 @@
# include <fcntl.h>
#endif
#include <lol/
main
.h>
#include <lol/
engine
.h>
#include "loldebug.h"
using namespace lol;
+ 2
- 2
neercs/term/term.cpp
Прегледај датотеку
@@ -2,11 +2,11 @@
// Neercs
//
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include <lol/
main
.h>
#include <lol/
engine
.h>
using namespace lol;
+ 2
- 2
neercs/video/render.cpp
Прегледај датотеку
@@ -2,7 +2,7 @@
// Neercs
//
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
@@ -12,7 +12,7 @@
#include <ctime>
#include <string>
#include <lol/
main
.h>
#include <lol/
engine
.h>
#include "lolgl.h"
#include "loldebug.h"
+ 2
- 2
neercs/video/text-render.cpp
Прегледај датотеку
@@ -2,7 +2,7 @@
// Neercs
//
#if
defined
HAVE_CONFIG_H
#if HAVE_CONFIG_H
# include "config.h"
#endif
@@ -12,7 +12,7 @@
#include <ctime>
#include <string>
#include <lol/
main
.h>
#include <lol/
engine
.h>
#include "lolgl.h"
using namespace lol;
Write
Preview
Loading…
Откажи
Сачувај