diff -Naurw Irrlicht/CColorConverter.cpp Irrlicht/CColorConverter.cpp --- Irrlicht/CColorConverter.cpp 2005-08-20 22:17:50.000000000 +0200 +++ Irrlicht/CColorConverter.cpp 2005-11-20 14:59:00.000000000 +0100 @@ -4,6 +4,7 @@ #include "SColor.h" #include "CColorConverter.h" +#include "stdio.h" namespace irr { @@ -87,6 +88,43 @@ } +void CColorConverter::convert8BitTo32Bit(const c8* in, s32* out, s32 width, s32 height ) +{ + const c8* p = in; + + for( s32 y=0; y