mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-19 11:19:19 +01:00
3 lines
126 B
C
3 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
void gfxDrawSprite(gfxScreen_t screen, gfx3dSide_t side, u8* spriteData, u16 width, u16 height, s16 x, s16 y);
|