SDL_test_log.h 263 B

12345678910111213141516171819202122
  1. #ifndef _SDL_test_log_h
  2. #define _SDL_test_log_h
  3. #include "begin_code.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. void SDLTest_Log(const char *fmt, ...);
  8. void SDLTest_LogError(const char *fmt, ...);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #include "close_code.h"
  13. #endif