add header for memcpy

This commit is contained in:
Dave Murphy 2015-01-08 14:01:09 +00:00
parent 1797235420
commit c5a42ca9b1

View File

@ -2,6 +2,8 @@
#include <3ds.h>
#endif
#include <string.h>
/* 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)
{