TILE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  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. HBITMAPLIST  *CreateTiles( HBITMAPLIST*, USHORT );
  13. void        ReloadTiles( HBITMAPLIST*, USHORT );
  14. BOOL          DestroyTiles( HBITMAPLIST* );
  15. HPOSLIST     *CreatePosList( CHAR*, USHORT, USHORT );
  16. HSURFACELIST *CreateSurfaceList( CHAR*, USHORT, USHORT );
  17. BOOL          DestroyPosList( HPOSLIST* );
  18. #endif