summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Pavlov <alexpux@gmail.com>2017-02-02 09:36:35 +0300
committerAlexey Pavlov <alexpux@gmail.com>2017-02-02 09:36:35 +0300
commit320047d9ecd5f3df37d0f28893017e88e374fdc2 (patch)
tree534aa0e69c79a8a7b5e2b37f6fe3fde0b745455f
parent2508df57950039b1434d25d5c83efa6af4cc2ee5 (diff)
downloaddevil-320047d9ecd5f3df37d0f28893017e88e374fdc2.tar.gz
Add missing export function.
-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);