#ifndef IVDETECTION_RADAR_H #define IVDETECTION_RADAR_H #include "ivdetection.h" namespace iv { class ivdetection_radar : public ivdetection { public: ivdetection_radar(); }; } #endif // IVDETECTION_RADAR_H