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.

25 lines
524 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. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. extern BOOL bVerifyDIB(LPTSTR pszFileName, ISIZE *pSize );
  15. extern BOOL bVerifyRGB(LPTSTR pszFileName, ISIZE *pSize );
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif // __texture_h__