Menu

SDL_draw / News: Recent posts

New updated release.

The code of this release was tested in the repository for some time.

Posted by Mario Palomo 2006-10-02

Eliminate the use of Draw_Init!!!

[14-08-2002] Eliminate the use of Draw_Init
Now the library doesn't need Draw_Init anymore!! Every function has a default function pointer to a init function that change all the primitives functions pointers in the library, and then call the correct function. Later calls to the primitives will use the correct function pointer. Code already using Draw_Init can do...

#include "SDL_draw.h"
#define Draw_Init do{ }while(0)... read more

Posted by Mario Palomo 2002-08-22