Home
last modified time | relevance | path

Searched refs:paintSingleFGObj (Results 1 – 2 of 2) sorted by relevance

/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/
H A Dfgobjects.h84 void paintSingleFGObj(SDL_Surface *gfx, const Sint32 x, const Sint32 y);
H A Dfgobjects.cpp625 void paintSingleFGObj(SDL_Surface *gfx, const Sint32 x, const Sint32 y) { in paintSingleFGObj() function
680 paintSingleFGObj(tempsurface, xpos, ypos); in paintFGObjs()