SDL_test_font.h 257 B

1234567891011121314151617181920
  1. #ifndef _SDL_test_font_h
  2. #define _SDL_test_font_h
  3. #include "begin_code.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. int SDLTest_DrawString(SDL_Renderer * renderer, int x, int y, const char *s);
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11. #include "close_code.h"
  12. #endif