int G2D_DrawLine(int x1, int y1, int x2, int y2, unsigned short int color);
Draws a line to the screen.
G2D_DrawLine(1, 1, 50, 50, 31);