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.

26 lines
546 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: texture.h
  3. *
  4. * Local texture processing functions
  5. *
  6. * Copyright (c) 1995 Microsoft Corporation
  7. *
  8. \**************************************************************************/
  9. #ifndef __texture_h__
  10. #define __texture_h__
  11. #include "sscommon.h"
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. extern BOOL bVerifyDIB(LPTSTR pszFileName, ISIZE *pSize );
  16. extern BOOL bVerifyRGB(LPTSTR pszFileName, ISIZE *pSize );
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif // __texture_h__