| 131 | static constexpr uint8_t DRAW_MEASURES = 0x04; |
| 132 | public: |
| 133 | Model() = default; |
| 134 | |
| 135 | public: |
| 136 | void Attach(Model* child, const olc::vf2d& position = { 0.0f, 0.0f }, const float angle = 0.0f); |
nothing calls this directly
no outgoing calls
no test coverage detected