SDL_test_compare.h 336 B

123456789101112131415161718192021222324
  1. #ifndef _SDL_test_compare_h
  2. #define _SDL_test_compare_h
  3. #include "SDL.h"
  4. #include "SDL_test_images.h"
  5. #include "begin_code.h"
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_error);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #include "close_code.h"
  14. #endif