#include <GP.h> /* or */ #include <core/GP_Blit.h> void GP_Blit(const GP_Context *src, GP_Coord x0, GP_Coord y0, GP_Size w0, GP_Size h0, GP_Context *dst, GP_Coord x1, GP_Coord y1); void GP_BlitXYWH(const GP_Context *src, GP_Coord x0, GP_Coord y0, GP_Size w0, GP_Size h0, GP_Context *dst, GP_Coord x1, GP_Coord y1); void GP_BlitXYXY(const GP_Context *src, GP_Coord x0, GP_Coord y0, GP_Coord x1, GP_Coord y1, GP_Context *dst, GP_Coord x2, GP_Coord y2);