ftpiiu_plugin/include/gfx.h

3 lines
126 B
C
Raw Normal View History

#pragma once
void gfxDrawSprite(gfxScreen_t screen, gfx3dSide_t side, u8* spriteData, u16 width, u16 height, s16 x, s16 y);