1234567891011121314151617181920 |
- #ifndef _SDL_test_font_h
- #define _SDL_test_font_h
- #include "begin_code.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- int SDLTest_DrawString(SDL_Renderer * renderer, int x, int y, const char *s);
- #ifdef __cplusplus
- }
- #endif
- #include "close_code.h"
- #endif
|