mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Minor improvements on http requests and minor bug fix.
--HG-- branch : dev
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#define EE_SDL_VERSION_2
|
||||
#define EE_X11_PLATFORM
|
||||
#define EE_DEBUG
|
||||
#define EE_LIBSNDFILE_ENABLED
|
||||
#define EE_MEMORY_MANAGER
|
||||
#define EE_SHADERS_SUPPORTED
|
||||
#define EE_GLEW_AVAILABLE
|
||||
@@ -10,7 +9,6 @@
|
||||
#define EE_BACKEND_SFML_ACTIVE
|
||||
#define EE_BACKEND_SDL2
|
||||
#define EE_GL3_ENABLED
|
||||
#define EE_SHADERS_SUPPORTED
|
||||
#define EE_BACKEND_SDL_ACTIVE
|
||||
#define EE_MBEDTLS
|
||||
#define DR_MP3_IMPLEMENTATION
|
||||
|
||||
@@ -143,7 +143,6 @@
|
||||
../../include/eepp/maps/mapobjectlayer.hpp
|
||||
../../include/eepp/maps/tilemap.hpp
|
||||
../../include/eepp/maps/tilemaplayer.hpp
|
||||
../../include/eepp/math/base.hpp
|
||||
../../include/eepp/math/ease.hpp
|
||||
../../include/eepp/math/easing.hpp
|
||||
../../include/eepp/math.hpp
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
../../include/eepp/thirdparty
|
||||
../../src/thirdparty/efsw/include
|
||||
../../src/thirdparty/libvorbis/include
|
||||
../../src/eepp/audio
|
||||
../../include/eepp/audio
|
||||
/usr/include/freetype2/
|
||||
|
||||
../../include/eepp/ui
|
||||
|
||||
Reference in New Issue
Block a user