[SDL] About SDL_Draw library

cocobear cocobear.cn at gmail.com
Tue Oct 9 07:55:36 PDT 2007


I am reading the source code of SDL_draw library,here is the prototype
of Draw_Pixel function:

void Draw_Pixel(SDL_Surface *super,
                Sint16 x, Sint16 y, 
                Uint32 color);

But I can't find the implement of this function.
I can only find a function pointer of Draw_Pixel :

extern DECLSPEC
void (*Draw_Pixel)(SDL_Surface *super,
                   Sint16 x, Sint16 y, Uint32 color);

this is just a definition of Draw_Pixel(variable) ,isn't it?

Anyone can help me?


Regards!

/*
 *Welcome to cocobear's home!
 *http://cocobear.cn
 */


More information about the SDL mailing list