// // Created by rhetenor on 13.09.18. // #ifndef FLIPPR_DRIVER_DRIVERFACTORY_H #define FLIPPR_DRIVER_DRIVERFACTORY_H #include #include #include "IInputDriver.h" namespace FlippR_Driver { static std::shared_ptr get_InputDriver(std::istream& input_config_stream, std::istream& matrix_config_stream); } #endif //FLIPPR_DRIVER_DRIVERFACTORY_H