mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-19 03:09:20 +01:00
add header for memcpy
This commit is contained in:
parent
1797235420
commit
c5a42ca9b1
@ -2,6 +2,8 @@
|
|||||||
#include <3ds.h>
|
#include <3ds.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/* Function to draw sprite, from smea/3ds_hb_menu */
|
/* Function to draw sprite, from smea/3ds_hb_menu */
|
||||||
void gfxDrawSprite(gfxScreen_t screen, gfx3dSide_t side, u8* spriteData, u16 width, u16 height, s16 x, s16 y)
|
void gfxDrawSprite(gfxScreen_t screen, gfx3dSide_t side, u8* spriteData, u16 width, u16 height, s16 x, s16 y)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user