home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / foxbear / tile.h < prev   
C/C++ Source or Header  |  1997-07-14  |  719b  |  21 lines

  1. /*==========================================================================
  2.  *
  3.  *  Copyright (C) 1995-1997 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.