MCPcopy Create free account
hub / github.com/NetHack/NetHack / add

Method add

outdated/win/Qt3/qt3_clust.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void Clusterizer::add(int x, int y)
44{
45 add(QRect(x,y,1,1));
46}
47
48void Clusterizer::add(int x, int y, int w, int h)
49{

Callers 3

updateTilesMethod · 0.45
ClearMethod · 0.45
ChangedMethod · 0.45

Calls 3

includeFunction · 0.70
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected