ivdetection.h 181 B

1234567891011121314151617
  1. #ifndef IVDETECTION_H
  2. #define IVDETECTION_H
  3. #include "ivmodule.h"
  4. namespace iv {
  5. class ivdetection : public ivmodule
  6. {
  7. public:
  8. ivdetection();
  9. };
  10. }
  11. #endif // IVDETECTION_H