summaryrefslogtreecommitdiff
path: root/DevIL/include/IL/il.h
diff options
context:
space:
mode:
authorDenton Woods <denton.woods@gmail.com>2017-02-26 15:50:28 -0600
committerGitHub <noreply@github.com>2017-02-26 15:50:28 -0600
commitcba359b0c5861557ea15303ffb03b124ca1fd514 (patch)
treedd974b331afe679dcaf25233bbf288f136ca1d8f /DevIL/include/IL/il.h
parent2508df57950039b1434d25d5c83efa6af4cc2ee5 (diff)
parent773ef6f0cd10069298f4497fa260d2f04351de8c (diff)
downloaddevil-cba359b0c5861557ea15303ffb03b124ca1fd514.tar.gz
Merge pull request #55 from Alexpux/master
Different build fixes
Diffstat (limited to 'DevIL/include/IL/il.h')
-rw-r--r--DevIL/include/IL/il.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DevIL/include/IL/il.h b/DevIL/include/IL/il.h
index d3bf65db..6aacb3bb 100644
--- a/DevIL/include/IL/il.h
+++ b/DevIL/include/IL/il.h
@@ -625,6 +625,7 @@ ILAPI void ILAPIENTRY ilShutDown(void);
ILAPI ILboolean ILAPIENTRY ilSurfaceToDxtcData(ILenum Format);
ILAPI ILboolean ILAPIENTRY ilTexImage(ILuint Width, ILuint Height, ILuint Depth, ILubyte NumChannels, ILenum Format, ILenum Type, void *Data);
ILAPI ILboolean ILAPIENTRY ilTexImageDxtc(ILint w, ILint h, ILint d, ILenum DxtFormat, const ILubyte* data);
+ILAPI ILboolean ILAPIENTRY ilTexImageSurface(ILuint Width, ILuint Height, ILuint Depth, ILubyte NumChannels, ILenum Format, ILenum Type, void *Data);
ILAPI ILenum ILAPIENTRY ilTypeFromExt(ILconst_string FileName);
ILAPI ILboolean ILAPIENTRY ilTypeFunc(ILenum Mode);
ILAPI ILboolean ILAPIENTRY ilLoadData(ILconst_string FileName, ILuint Width, ILuint Height, ILuint Depth, ILubyte Bpp);