added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)

This commit is contained in:
Martin Felis
2013-12-05 17:58:37 +01:00
parent 9604528a96
commit 95a086a47f
3700 changed files with 1691119 additions and 0 deletions
@@ -0,0 +1,30 @@
//-----------------------------------------------------------------------------
//
// DevIL GDI+ Sources
// Copyright (C) 2000-2002 by Denton Woods
// Last modified: 02/13/2001 <--Y2K Compliant! =]
//
// Filename: gdi+/devil-gdi+.h
//
// Description: GDI+ CBitmap loading routines
//
//-----------------------------------------------------------------------------
#ifndef __gdi_il_h_
#ifndef __GDI_IL_H__
#define __gdi_il_h_
#define __GDI_IL_H__
#include <windows.h>
#include <shlobj.h> // Needed to #include <Gdiplus.h>
#include <Gdiplus.h>
#include <IL/ilut.h>
using namespace Gdiplus;
Bitmap *ilutConvertToBitmap();
Bitmap *ilutGDILoadImage(const ILstring FileName);
#endif // __GDI_IL_H__
#endif // __gdi_il_h__