MCPcopy Create free account
hub / github.com/SimHacker/micropolis / current_tool

Function current_tool

micropolis-activity/src/sim/w_tool.c:1538–1542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536
1537
1538int
1539current_tool(SimView *view, short x, short y, short first)
1540{
1541 return do_tool(view, view->tool_state, x, y, first);
1542}
1543
1544
1545DoTool(SimView *view, short tool, short x, short y)

Callers 1

w_tool.cFile · 0.85

Calls 1

do_toolFunction · 0.85

Tested by

no test coverage detected