@@ -4,13 +4,13 @@ | |||||
// Copyright: (c) 2012-2013 Sam Hocevar <sam@hocevar.net> | // Copyright: (c) 2012-2013 Sam Hocevar <sam@hocevar.net> | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
#include <time.h> | #include <time.h> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include <caca.h> | #include <caca.h> | ||||
@@ -11,7 +11,7 @@ | |||||
* http://www.wtfpl.net/ for more details. | * http://www.wtfpl.net/ for more details. | ||||
*/ | */ | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
@@ -19,7 +19,7 @@ | |||||
#include <stdlib.h> | #include <stdlib.h> | ||||
#include <math.h> | #include <math.h> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include <caca.h> | #include <caca.h> | ||||
@@ -12,13 +12,13 @@ | |||||
* http://www.wtfpl.net/ for more details. | * http://www.wtfpl.net/ for more details. | ||||
*/ | */ | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
#include <string.h> | #include <string.h> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -10,7 +10,7 @@ | |||||
* http://www.wtfpl.net/ for more details. | * http://www.wtfpl.net/ for more details. | ||||
*/ | */ | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
@@ -33,7 +33,7 @@ | |||||
# include <fcntl.h> | # include <fcntl.h> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -2,11 +2,11 @@ | |||||
// Neercs | // Neercs | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -2,7 +2,7 @@ | |||||
// Neercs | // Neercs | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
@@ -12,7 +12,7 @@ | |||||
#include <ctime> | #include <ctime> | ||||
#include <string> | #include <string> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#include "loldebug.h" | #include "loldebug.h" | ||||
@@ -2,7 +2,7 @@ | |||||
// Neercs | // Neercs | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
@@ -12,7 +12,7 @@ | |||||
#include <ctime> | #include <ctime> | ||||
#include <string> | #include <string> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
using namespace lol; | using namespace lol; | ||||