Commit 41d6633d authored by hybrid's avatar hybrid

Fix eol-style for all code files to CRLF for simpler file handling.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2528 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 3f924718
...@@ -47,10 +47,9 @@ CGUIImageList::~CGUIImageList() ...@@ -47,10 +47,9 @@ CGUIImageList::~CGUIImageList()
//! Creates the image list from texture. //! Creates the image list from texture.
bool CGUIImageList::createImageList( video::ITexture* texture, bool CGUIImageList::createImageList(video::ITexture* texture,
core::dimension2d<s32> imageSize, core::dimension2d<s32> imageSize,
bool useAlphaChannel bool useAlphaChannel)
)
{ {
if( !texture ) if( !texture )
{ {
......
...@@ -22,17 +22,14 @@ static const char* const copyright = "Irrlicht Engine (c) 2002-2009 Nikolaus Geb ...@@ -22,17 +22,14 @@ static const char* const copyright = "Irrlicht Engine (c) 2002-2009 Nikolaus Geb
#include "MacOSX/CIrrDeviceMacOSX.h" #include "MacOSX/CIrrDeviceMacOSX.h"
#endif #endif
#ifdef _IRR_COMPILE_WITH_WINDOWS_CE_DEVICE_ #ifdef _IRR_COMPILE_WITH_WINDOWS_CE_DEVICE_
#include "CIrrDeviceWinCE.h" #include "CIrrDeviceWinCE.h"
#endif #endif
#ifdef _IRR_COMPILE_WITH_X11_DEVICE_ #ifdef _IRR_COMPILE_WITH_X11_DEVICE_
#include "CIrrDeviceLinux.h" #include "CIrrDeviceLinux.h"
#endif #endif
#ifdef _IRR_COMPILE_WITH_SDL_DEVICE_ #ifdef _IRR_COMPILE_WITH_SDL_DEVICE_
#include "CIrrDeviceSDL.h" #include "CIrrDeviceSDL.h"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment