Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ DrawingPoint
Class
DrawingPoint
plugins/design.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
struct DrawingPoint {
61
uint32_t penKey = 0;
62
std::pair<int, int> cursor_coords;
63
DrawingPoint() : penKey(0), cursor_coords({-1, -1}) {}
64
};
65
66
typedef std::map<int, std::map<int, DrawingPoint>> ShapeMap;
67
ShapeMap arr;
Callers
1
design_load_shape
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected