| 398 | |
| 399 | #pragma region BaseControl |
| 400 | BaseControl::BaseControl(olc::QuickGUI::Manager& manager) : m_manager(manager) |
| 401 | { |
| 402 | m_manager.AddControl(this); |
| 403 | } |
| 404 | |
| 405 | BaseControl::~BaseControl() |
| 406 | { |
nothing calls this directly
no test coverage detected