__cdecl IMAGE_PROC PSPRITE SetSpriteHotspot(PSPRITE sprite, S_32 x, S_32 y); PSPRITE (* SetSpriteHotspot)(PSPRITE sprite, S_32 x, S_32 y);
image.h
Sets the point on a sprite which is the 'hotspot' the hotspot is the point that is drawn at the specified coordinate when outputting a sprite.
Functions