mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-16 17:59:19 +01:00
9 lines
171 B
C
Executable File
9 lines
171 B
C
Executable File
#pragma once
|
|
|
|
#ifdef _3DS
|
|
#include <3ds.h>
|
|
|
|
void gfxDrawSprite(gfxScreen_t screen, gfx3dSide_t side, u8* spriteData, u16 width, u16 height, s16 x, s16 y);
|
|
|
|
#endif
|