22#ifndef SDL_drawpoint_h_
23#define SDL_drawpoint_h_
25#include "../../SDL_internal.h"
int SDL_DrawPoints(SDL_Surface *dst, const SDL_Point *points, int count, Uint32 color)
int SDL_DrawPoint(SDL_Surface *dst, int x, int y, Uint32 color)
GLint GLint GLint GLint GLint GLint y
GLuint GLuint GLsizei count
GLint GLint GLint GLint GLint x
GLfixed GLfixed GLint GLint GLfixed points
The structure that defines a point (integer)
A collection of pixels used in software blitting.