Home
last modified time | relevance | path

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

/dports/games/xorgramana/XorGramana-0.0.8/
H A Dgfx.h147 void gfx_box(int tlx,int tly,int brx,int bry,bool solid);
H A Dgfx.c136 gfx_box(0,0,scr_win->blk_count_x-1,scr_win->blk_count_y-1,FALSE); in scr_win_border()
438 gfx_box(x-1,y-1,x+n,y+1,TRUE); in gfx_message()
448 void gfx_box(int tlx, int tly, int brx, int bry, bool solid) in gfx_box() function