Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SDL_test_font.h « SDL2 « include « sdlew « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b016486b649bd468921e19e1f78968be3c536add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

#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