~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to projects/msvc/mfc/DevIL-MFC.h

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//-----------------------------------------------------------------------------
 
2
//
 
3
// DevIL MFC Sources
 
4
// Copyright (C) 2000-2002 by Denton Woods
 
5
// Last modified: 02/13/2002 <--Y2K Compliant! =]
 
6
//
 
7
// Filename: mfc/devil-mfc.h
 
8
//
 
9
// Description: MFC CBitmap loading routines
 
10
//
 
11
//-----------------------------------------------------------------------------
 
12
 
 
13
 
 
14
#ifndef __mfcil_h_
 
15
#ifndef __MFCIL_H__
 
16
 
 
17
#define __mfcil_h_
 
18
#define __MFCIL_H__
 
19
 
 
20
#include <IL/ilut.h>
 
21
 
 
22
// Internal to IL but makes things easier for us:
 
23
struct ILimage;
 
24
ILAPI ILimage*  ILAPIENTRY iConvertImage(ILenum DestFormat, ILenum DestType);
 
25
ILAPI ILubyte*  ILAPIENTRY iGetPaddedData(ILimage *Image);
 
26
ILAPI ILimage*  ILAPIENTRY ilGetCurImage(ILvoid);
 
27
ILAPI ILvoid    ILAPIENTRY ilCloseImage(ILimage *Image);
 
28
ILAPI ILvoid    ILAPIENTRY iBindImageTemp(ILvoid);
 
29
 
 
30
// Functions for the static library.
 
31
CBitmap *ilutConvertToCBitmap();
 
32
CBitmap *ilutMFCLoadImage(const ILstring FileName);
 
33
 
 
34
#endif // __MFCIL_H__
 
35
#endif // __mfcil_h__