@@ -8,13 +8,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 <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -8,13 +8,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 <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -18,7 +18,7 @@ | |||||
# include <fastmath.h> | # include <fastmath.h> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -8,13 +8,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 <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -8,13 +8,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 <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -5,11 +5,11 @@ | |||||
// (c) 2012-2013 Sam Hocevar <sam@hocevar.net> | // (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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -49,11 +49,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "../scenesetup.h" | #include "../scenesetup.h" | ||||
@@ -494,7 +494,7 @@ static yyconst flex_int16_t yy_chk[180] = | |||||
// 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 | ||||
@@ -504,7 +504,7 @@ using std::malloc; | |||||
using std::realloc; | using std::realloc; | ||||
using std::free; | using std::free; | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "../scenesetup.h" | #include "../scenesetup.h" | ||||
#include "../scenesetup-compiler.h" | #include "../scenesetup-compiler.h" | ||||
@@ -8,13 +8,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 <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using std::printf; | using std::printf; | ||||
using std::sqrt; | using std::sqrt; | ||||
@@ -8,13 +8,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 <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -10,13 +10,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 <cfloat> /* for FLT_MAX */ | #include <cfloat> /* for FLT_MAX */ | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "scenesetup.h" | #include "scenesetup.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -5,11 +5,11 @@ | |||||
// (c) 2012-2013 Sam Hocevar <sam@hocevar.net> | // (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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -11,7 +11,7 @@ | |||||
#if !defined __PHYSICOBJECT_H__ | #if !defined __PHYSICOBJECT_H__ | ||||
#define __PHYSICOBJECT_H__ | #define __PHYSICOBJECT_H__ | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "easymesh/easymesh.h" | #include "easymesh/easymesh.h" | ||||
#include "physics/easyphysics.h" | #include "physics/easyphysics.h" | ||||
#include "physics/easycharactercontroller.h" | #include "physics/easycharactercontroller.h" | ||||
@@ -10,13 +10,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 | ||||
#define USE_LOL_CTRLR_CHARAC | #define USE_LOL_CTRLR_CHARAC | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include <stdio.h> | #include <stdio.h> | ||||
#include "lolbtphysicsintegration.h" | #include "lolbtphysicsintegration.h" | ||||
#include "lolphysics.h" | #include "lolphysics.h" | ||||
@@ -18,7 +18,7 @@ | |||||
#if !defined __BULLETCHARACTERCONTROLLER_BULLETCHARACTERCONTROLLER_H__ | #if !defined __BULLETCHARACTERCONTROLLER_BULLETCHARACTERCONTROLLER_H__ | ||||
#define __BULLETCHARACTERCONTROLLER_BULLETCHARACTERCONTROLLER_H__ | #define __BULLETCHARACTERCONTROLLER_BULLETCHARACTERCONTROLLER_H__ | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "easyphysics.h" | #include "easyphysics.h" | ||||
//#include "BulletDynamics\Character\btCharacterControllerInterface.h" | //#include "BulletDynamics\Character\btCharacterControllerInterface.h" | ||||
@@ -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 | ||||
@@ -20,7 +20,7 @@ | |||||
#if !defined __EASYCHARACTERCONTROLLER_EASYCHARACTERCONTROLLER_H__ | #if !defined __EASYCHARACTERCONTROLLER_EASYCHARACTERCONTROLLER_H__ | ||||
#define __EASYCHARACTERCONTROLLER_EASYCHARACTERCONTROLLER_H__ | #define __EASYCHARACTERCONTROLLER_EASYCHARACTERCONTROLLER_H__ | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "easyphysics.h" | #include "easyphysics.h" | ||||
#include "bulletcharactercontroller.h" | #include "bulletcharactercontroller.h" | ||||
#include <BulletDynamics/Character/btKinematicCharacterController.h> | #include <BulletDynamics/Character/btKinematicCharacterController.h> | ||||
@@ -1,5 +1,5 @@ | |||||
#if defined HAVE_CONFIG_H | |||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | # include "config.h" | ||||
#endif | #endif | ||||
@@ -17,7 +17,7 @@ | |||||
#if !defined __EASYCONSTRAINT_EASYCONSTRAINT_H__ | #if !defined __EASYCONSTRAINT_EASYCONSTRAINT_H__ | ||||
#define __EASYCONSTRAINT_EASYCONSTRAINT_H__ | #define __EASYCONSTRAINT_EASYCONSTRAINT_H__ | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "easyphysics.h" | #include "easyphysics.h" | ||||
namespace lol | 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 | ||||
@@ -17,7 +17,7 @@ | |||||
#if !defined __EASYPHYSICS_EASYPHYSICS_H__ | #if !defined __EASYPHYSICS_EASYPHYSICS_H__ | ||||
#define __EASYPHYSICS_EASYPHYSICS_H__ | #define __EASYPHYSICS_EASYPHYSICS_H__ | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include <bullet/btBulletDynamicsCommon.h> | #include <bullet/btBulletDynamicsCommon.h> | ||||
#include <bullet/btBulletCollisionCommon.h> | #include <bullet/btBulletCollisionCommon.h> | ||||
#include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h> | #include <bullet/BulletCollision/CollisionDispatch/btGhostObject.h> | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -9,13 +9,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> | #include <string> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "scenesetup.h" | #include "scenesetup.h" | ||||
#include "scenesetup-compiler.h" | #include "scenesetup-compiler.h" | ||||
@@ -9,11 +9,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "scenesetup.h" | #include "scenesetup.h" | ||||
#include "scenesetup-compiler.h" | #include "scenesetup-compiler.h" | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -9,11 +9,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -9,11 +9,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
using namespace lol; | using namespace lol; | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -8,11 +8,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -8,14 +8,14 @@ | |||||
// 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 <cstring> | #include <cstring> | ||||
#include <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -9,11 +9,11 @@ | |||||
// 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 <lol/main.h> | |||||
#include <lol/engine.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
using namespace lol; | using namespace lol; | ||||
@@ -26,13 +26,14 @@ liblolcore_a_SOURCES = \ | |||||
$(sdl_sources) \ | $(sdl_sources) \ | ||||
$(d3d9_sources) \ | $(d3d9_sources) \ | ||||
$(android_sources) | $(android_sources) | ||||
#liblolcore_a_CPPFLAGS = -include-pch $(srcdir)/lol/engine-internal.h.pch $(AM_CPPFLAGS) -I$(srcdir)/bullet -I$(srcdir)/lua | |||||
liblolcore_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/bullet -I$(srcdir)/lua | liblolcore_a_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/bullet -I$(srcdir)/lua | ||||
EXTRA_DIST += easymesh/easymesh-scanner.l easymesh/easymesh-parser.y \ | EXTRA_DIST += easymesh/easymesh-scanner.l easymesh/easymesh-parser.y \ | ||||
gpu/lolfx-scanner.l gpu/lolfx-parser.y | gpu/lolfx-scanner.l gpu/lolfx-parser.y | ||||
liblolcore_headers = \ | liblolcore_headers = \ | ||||
lol/main.h lol/engine.h lol/extras.h \ | |||||
lol/engine-internal.h lol/engine.h lol/public.h lol/extras.h \ | |||||
\ | \ | ||||
lol/base/all.h \ | lol/base/all.h \ | ||||
lol/base/features.h lol/base/tuple.h lol/base/types.h lol/base/array.h \ | lol/base/features.h lol/base/tuple.h lol/base/types.h lol/base/array.h \ | ||||
@@ -8,16 +8,12 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if HAVE_EMSCRIPTEN_H | #if HAVE_EMSCRIPTEN_H | ||||
# include <emscripten.h> | # include <emscripten.h> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#if __CELLOS_LV2__ | #if __CELLOS_LV2__ | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined USE_SDL_MIXER | #if defined USE_SDL_MIXER | ||||
# if defined HAVE_SDL_SDL_H | # if defined HAVE_SDL_SDL_H | ||||
@@ -25,8 +23,6 @@ | |||||
# endif | # endif | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if HAVE_CXXABI_H | #if HAVE_CXXABI_H | ||||
# include <cxxabi.h> | # include <cxxabi.h> | ||||
@@ -23,8 +21,6 @@ | |||||
# include <emscripten.h> | # include <emscripten.h> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined(HAVE_CONFIG_H) | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdio> | #include <cstdio> | ||||
@@ -26,8 +24,6 @@ | |||||
# include <cstdarg> | # include <cstdarg> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdio> | #include <cstdio> | ||||
@@ -21,8 +19,6 @@ | |||||
#include <cstdarg> | #include <cstdarg> | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -9,15 +9,11 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstring> | #include <cstring> | ||||
#include <cstdlib> | #include <cstdlib> | ||||
#include <lol/main.h> | |||||
#if defined _WIN32 || defined _XBOX | #if defined _WIN32 || defined _XBOX | ||||
# define strcasecmp _stricmp | # define strcasecmp _stricmp | ||||
# undef near | # undef near | ||||
@@ -8,13 +8,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstring> | #include <cstring> | ||||
@@ -18,7 +16,6 @@ | |||||
# include <pipi.h> | # include <pipi.h> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,13 +8,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
#include "loldebug.h" | #include "loldebug.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,15 +8,11 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstring> | #include <cstring> | ||||
#include <cstdlib> | #include <cstdlib> | ||||
#include <lol/main.h> | |||||
#if defined _WIN32 || defined _XBOX | #if defined _WIN32 || defined _XBOX | ||||
# define strcasecmp _stricmp | # define strcasecmp _stricmp | ||||
#endif | #endif | ||||
@@ -14,12 +14,7 @@ | |||||
// ------------------ | // ------------------ | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/math/geometry.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -10,13 +10,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <string> | #include <string> | ||||
#include <lol/main.h> | |||||
#include "easymesh/easymesh-compiler.h" | #include "easymesh/easymesh-compiler.h" | ||||
namespace lol | namespace lol | ||||
@@ -15,11 +15,8 @@ | |||||
// ------------------ | // ------------------ | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "easymesh/easymesh-compiler.h" | #include "easymesh/easymesh-compiler.h" | ||||
LOLFX_RESOURCE_DECLARE(shiny); | LOLFX_RESOURCE_DECLARE(shiny); | ||||
@@ -15,11 +15,7 @@ | |||||
// ------------------ | // ------------------ | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -15,11 +15,7 @@ | |||||
// ------------------ | // ------------------ | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined USE_EGL && !defined __ANDROID__ | #if defined USE_EGL && !defined __ANDROID__ | ||||
# if defined HAVE_BCM_HOST_H | # if defined HAVE_BCM_HOST_H | ||||
@@ -32,7 +30,6 @@ | |||||
# endif | # endif | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#include "eglapp.h" | #include "eglapp.h" | ||||
#if defined USE_SDL | #if defined USE_SDL | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,14 +8,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdlib> | #include <cstdlib> | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -9,15 +9,11 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstring> | #include <cstring> | ||||
#include <cstdio> | #include <cstdio> | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -50,11 +50,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "easymesh/easymesh.h" | #include "easymesh/easymesh.h" | ||||
#include <string> | #include <string> | ||||
@@ -658,9 +658,7 @@ static yyconst flex_int16_t yy_chk[502] = | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdlib> | #include <cstdlib> | ||||
using std::exit; | using std::exit; | ||||
@@ -668,7 +666,6 @@ using std::malloc; | |||||
using std::realloc; | using std::realloc; | ||||
using std::free; | using std::free; | ||||
#include <lol/main.h> | |||||
#include "easymesh/easymesh-compiler.h" | #include "easymesh/easymesh-compiler.h" | ||||
typedef lol::EasyMeshParser::token token; | typedef lol::EasyMeshParser::token token; | ||||
@@ -48,11 +48,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
#include <string> | #include <string> | ||||
@@ -1661,9 +1661,7 @@ static yyconst flex_int16_t yy_chk[3114] = | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdlib> | #include <cstdlib> | ||||
using std::exit; | using std::exit; | ||||
@@ -1672,7 +1670,6 @@ using std::realloc; | |||||
using std::free; | using std::free; | ||||
#include <iostream> | #include <iostream> | ||||
#include <lol/main.h> | |||||
#include "gpu/lolfx-compiler.h" | #include "gpu/lolfx-compiler.h" | ||||
typedef lol::LolFxParser::token token; | typedef lol::LolFxParser::token token; | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#if defined _WIN32 && defined USE_D3D9 | #if defined _WIN32 && defined USE_D3D9 | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#if defined _WIN32 && defined USE_D3D9 | #if defined _WIN32 && defined USE_D3D9 | ||||
@@ -8,13 +8,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <string> | #include <string> | ||||
#include <lol/main.h> | |||||
#include "gpu/lolfx-compiler.h" | #include "gpu/lolfx-compiler.h" | ||||
namespace lol | namespace lol | ||||
@@ -13,11 +13,8 @@ | |||||
// --------------- | // --------------- | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "gpu/lolfx-compiler.h" | #include "gpu/lolfx-compiler.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,14 +8,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdlib> | #include <cstdlib> | ||||
#include <lol/main.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstdlib> | #include <cstdlib> | ||||
@@ -28,7 +26,6 @@ | |||||
# undef far /* Fuck Microsoft again */ | # undef far /* Fuck Microsoft again */ | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
/* FIXME: find a way to pass g_hwnd from the windowing system */ | /* FIXME: find a way to pass g_hwnd from the windowing system */ | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cstring> | #include <cstring> | ||||
#include <cstdio> | #include <cstdio> | ||||
@@ -31,7 +29,6 @@ | |||||
# undef far /* Fuck Microsoft again */ | # undef far /* Fuck Microsoft again */ | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#if defined _WIN32 && defined USE_D3D9 | #if defined _WIN32 && defined USE_D3D9 | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "lolgl.h" | #include "lolgl.h" | ||||
#if defined _WIN32 && defined USE_D3D9 | #if defined _WIN32 && defined USE_D3D9 | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
LOLFX_RESOURCE_DECLARE(gradient); | LOLFX_RESOURCE_DECLARE(gradient); | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined __ANDROID__ | #if defined __ANDROID__ | ||||
@@ -21,7 +19,6 @@ extern "C" { | |||||
#include <android_native_app_glue.h> | #include <android_native_app_glue.h> | ||||
} | } | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined USE_GDIPLUS | #if defined USE_GDIPLUS | ||||
@@ -21,7 +19,6 @@ using std::max; | |||||
#include <windows.h> | #include <windows.h> | ||||
#include <gdiplus.h> | #include <gdiplus.h> | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,15 +8,12 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined USE_IMLIB2 | #if defined USE_IMLIB2 | ||||
#include <Imlib2.h> | #include <Imlib2.h> | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,15 +8,12 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined __APPLE__ && defined __MACH__ && defined __arm__ | #if defined __APPLE__ && defined __MACH__ && defined __arm__ | ||||
#import <UIKit/UIKit.h> | #import <UIKit/UIKit.h> | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,13 +8,10 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <cctype> | #include <cctype> | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined __CELLOS_LV2__ | #if defined __CELLOS_LV2__ | ||||
@@ -18,7 +16,6 @@ | |||||
#include <cell/sysmodule.h> | #include <cell/sysmodule.h> | ||||
#include <cell/codec/pngdec.h> | #include <cell/codec/pngdec.h> | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,9 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#if defined USE_SDL_IMAGE | #if defined USE_SDL_IMAGE | ||||
@@ -25,7 +23,6 @@ | |||||
# include <SDL_image.h> | # include <SDL_image.h> | ||||
#endif | #endif | ||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -9,11 +9,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "../../image/image-private.h" | #include "../../image/image-private.h" | ||||
namespace lol | namespace lol | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* This file contains code and data related to various CIE standards. | * This file contains code and data related to various CIE standards. | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
namespace lol | namespace lol | ||||
{ | { | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Image merge operations: merge, min/max, overlay, screen, multiply, | * Image merge operations: merge, min/max, overlay, screen, multiply, | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "image-private.h" | #include "image-private.h" | ||||
/* | /* | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Direct Binary Search dithering | * Direct Binary Search dithering | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Generic error diffusion functions | * Generic error diffusion functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Bayer ordered dithering functions | * Bayer ordered dithering functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Ostromoukhov dithering functions | * Ostromoukhov dithering functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Random dithering | * Random dithering | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Colour manipulation functions | * Colour manipulation functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Generic convolution functions | * Generic convolution functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Dilate and erode functions | * Dilate and erode functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Median filter functions | * Median filter functions | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* YUV conversion functions | * YUV conversion functions | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "image-private.h" | #include "image-private.h" | ||||
#include <algorithm> /* for std::swap */ | #include <algorithm> /* for std::swap */ | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Stock kernels | * Stock kernels | ||||
@@ -8,11 +8,7 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/main.h> | |||||
#include <lol/engine-internal.h> | |||||
/* | /* | ||||
* Noise rendering functions | * Noise rendering functions | ||||
@@ -8,11 +8,8 @@ | |||||
// http://www.wtfpl.net/ for more details. | // http://www.wtfpl.net/ for more details. | ||||
// | // | ||||
#if defined HAVE_CONFIG_H | |||||
# include "config.h" | |||||
#endif | |||||
#include <lol/engine-internal.h> | |||||
#include <lol/main.h> | |||||
#include "image-private.h" | #include "image-private.h" | ||||
namespace lol | namespace lol | ||||