Files
fault-finder/ImageAnalyzer.hpp
2019-08-10 18:33:14 -07:00

9 lines
86 B
C++

#ifndef IMAGEANALYZER_H
#define IMAGEANALYZER_H
class ImageAnalyzer
{
};
#endif