home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / FOXBEAR / TILE.H < prev   
C/C++ Source or Header  |  1996-08-28  |  730b  |  21 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
  4.  *  Copyright (C) 1994-1995 ATI Technologies Inc. All Rights Reserved.
  5.  *
  6.  *  File:       tile.h
  7.  *  Content:    tile include file
  8.  *
  9.  ***************************************************************************/
  10. #ifndef TILE__H__
  11. #define TILE__H__
  12.  
  13. HBITMAPLIST  *CreateTiles( HBITMAPLIST*, USHORT );
  14. void          ReloadTiles( HBITMAPLIST*, USHORT );
  15. BOOL          DestroyTiles( HBITMAPLIST* );
  16. HPOSLIST     *CreatePosList( CHAR*, USHORT, USHORT );
  17. HSURFACELIST *CreateSurfaceList( CHAR*, USHORT, USHORT );
  18. BOOL          DestroyPosList( HPOSLIST* );
  19.  
  20. #endif
  21.