CableTestBench/Sources/CableTestEngine.h
2019-05-02 16:10:58 -04:00

11 lines
142 B
C++

#ifndef CABLETESTENGINE_H
#define CABLETESTENGINE_H
class CCableTestEngine
{
public:
CCableTestEngine();
};
#endif // CABLETESTENGINE_H