Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
714 B

  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