From b0c60697859219cb6f021ae67be8f3290f539f6e Mon Sep 17 00:00:00 2001 From: spartanj Date: Sun, 18 Jul 2010 17:49:28 -0300 Subject: [PATCH] Updated stb_image with the last version ( gif read support, png write support ) --- ee.linux.cbp | 4 + src/graphics/renders.hpp | 3 +- src/helper/SOIL/SOIL.c | 12 +- src/helper/SOIL/SOIL.h | 3 +- src/helper/SOIL/stb_image.c | 8560 ++++++++++++++++------------- src/helper/SOIL/stb_image.h | 712 ++- src/helper/SOIL/stb_image_write.c | 435 ++ src/helper/SOIL/stb_image_write.h | 70 + src/window/cengine.cpp | 1 + 9 files changed, 5464 insertions(+), 4336 deletions(-) mode change 100755 => 100644 src/helper/SOIL/stb_image.h create mode 100644 src/helper/SOIL/stb_image_write.c create mode 100644 src/helper/SOIL/stb_image_write.h diff --git a/ee.linux.cbp b/ee.linux.cbp index fc92d6197..3a0bf348b 100644 --- a/ee.linux.cbp +++ b/ee.linux.cbp @@ -132,6 +132,10 @@