MCPcopy 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
60struct DrawingPoint {
61 uint32_t penKey = 0;
62 std::pair<int, int> cursor_coords;
63 DrawingPoint() : penKey(0), cursor_coords({-1, -1}) {}
64};
65
66typedef std::map<int, std::map<int, DrawingPoint>> ShapeMap;
67ShapeMap arr;

Callers 1

design_load_shapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected