mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-02-01 04:26:00 +01:00
Fix mingw compiler error (font was missing cstdio for memset)
This commit is contained in:
parent
dd6571a156
commit
4ce39766d7
@ -19,6 +19,7 @@
|
|||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <SDL2/SDL_ttf.h>
|
#include <SDL2/SDL_ttf.h>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
Font::Font()
|
Font::Font()
|
||||||
: Texture(NULL)
|
: Texture(NULL)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user