Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ my_clear_area
Function
my_clear_area
outdated/win/gem/wingem1.c:585–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
void
586
my_clear_area(GRECT *area)
587
{
588
my_color_area(area, WHITE);
589
}
590
591
int mar_set_tile_mode(int);
592
Callers
4
draw_lines
Function · 0.85
draw_rip
Function · 0.85
draw_status
Function · 0.85
draw_inventory
Function · 0.85
Calls
1
my_color_area
Function · 0.85
Tested by
no test coverage detected