Home
last modified time | relevance | path

Searched refs:DrawOnePixmap (Results 1 – 3 of 3) sorted by relevance

/dports/games/xdigger/xdigger-1.0.10/
H A Ddrawpixmaps.h88 extern void DrawOnePixmap(unsigned char pixmap_id, int x, int y);
H A Ddrawpixmaps.c326 void DrawOnePixmap(unsigned char pixmap_id, int x, int y) in DrawOnePixmap() function
H A Drunlevels.c319 DrawOnePixmap(field[x][y].pixmap_id, x, y); in DrawField()