videoframework.h 186 B

1234567891011
  1. #ifndef VIDEOFRAMEWORK_H
  2. #define VIDEOFRAMEWORK_H
  3. #pragma once
  4. #include "videoutil.h"
  5. #include "videocap.h"
  6. #include "videoclock.h"
  7. #include "videocommon.h"
  8. #endif // VIDEOFRAMEWORK_H