SDL_test.h 544 B

123456789101112131415161718192021222324252627282930313233
  1. #ifndef _SDL_test_h
  2. #define _SDL_test_h
  3. #include "SDL.h"
  4. #include "SDL_test_common.h"
  5. #include "SDL_test_font.h"
  6. #include "SDL_test_random.h"
  7. #include "SDL_test_fuzzer.h"
  8. #include "SDL_test_crc32.h"
  9. #include "SDL_test_md5.h"
  10. #include "SDL_test_log.h"
  11. #include "SDL_test_assert.h"
  12. #include "SDL_test_harness.h"
  13. #include "SDL_test_images.h"
  14. #include "SDL_test_compare.h"
  15. #include "begin_code.h"
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. #define SDLTEST_MAX_LOGMESSAGE_LENGTH 3584
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23. #include "close_code.h"
  24. #endif