#pragma once #include "iBackend.hpp" #include "miner_work.hpp" #include #include #include #include namespace xmrstak { struct BackendConnector { static std::vector* thread_starter(miner_work& pWork); static bool self_test(); }; } // namespace xmrstak