home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vrml2gl.zip / OS2 / LOAD_BMP.H < prev    next >
Text File  |  1997-03-17  |  1KB  |  25 lines

  1. /*==========================================================================*/
  2. #ifndef _PMUTILS_INC
  3.  
  4.    /*=======================================================================*/
  5.    /* Includes.                                                             */
  6.    /*=======================================================================*/
  7.    #define  INCL_GPI
  8.    #define  INCL_WIN
  9.    #include <os2.h>
  10.    /*=======================================================================*/
  11.    /* MAGIC NUMBERS for the main program.                                   */
  12.    /*=======================================================================*/
  13.    /*=======================================================================*/
  14.    /* Function prototyping.                                                 */
  15.    /*=======================================================================*/
  16.    PCHAR LoadBitmapFile( PSZ filename, int *height, int *width );
  17.    /*=======================================================================*/
  18.    /* Global Variables.                                                     */
  19.    /*=======================================================================*/
  20.  
  21.    #define _PMUTILS_INC
  22. #endif
  23. /*==========================================================================*/
  24.  
  25.