]>
git.r.bdr.sh - rbdr/pico-engine/blob - gfx.h
3 * Description: Abstract some graphic functions to draw surfaces. Simplify SDL tasks
11 static void drawsurface(SDL_Surface
*, int, int, SDL_Surface
*);
12 static void drawsurface(int, int, int, int, SDL_Surface
*, int, int, SDL_Surface
*);