__cdecl IMAGE_PROC PSPRITE SetSpritePosition(PSPRITE sprite, S_32 x, S_32 y); PSPRITE (* SetSpritePosition)(PSPRITE sprite, S_32 x, S_32 y);
image.h
This function sets the current location of a sprite. When asked to render, the sprite will draw itself here.
Functions