RadarScreen.cpp 437 B

1234567891011121314151617181920212223
  1. /*
  2. * Author:
  3. * Sven Czarnian <devel@svcz.de>
  4. * Brief:
  5. * Implements the RADAR display of EuroScope
  6. * Copyright:
  7. * 2021 Sven Czarnian
  8. * License:
  9. * GNU General Public License v3 (GPLv3)
  10. */
  11. #include "stdafx.h"
  12. #include "RadarScreen.h"
  13. using namespace aman;
  14. RadarScreen::RadarScreen() noexcept :
  15. EuroScopePlugIn::CRadarScreen() { }
  16. RadarScreen::~RadarScreen() { }
  17. void RadarScreen::OnAsrContentToBeClosed() { }