This commit is contained in:
parent
306f791641
commit
0fde05fa03
4 changed files with 8 additions and 9 deletions
|
|
@ -128,7 +128,7 @@ static void ft2_MwFontFree(void* handle) {
|
|||
free(ttf);
|
||||
}
|
||||
|
||||
int MWFL_FT2Setup() {
|
||||
int MWFL_FT2Setup(void) {
|
||||
MwFLDrawText = ft2_MwDrawText;
|
||||
MwFLTextWidth = ft2_MwTextWidth;
|
||||
MwFLTextHeight = ft2_MwTextHeight;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue