Files
op-pedal/src/PiPedalSocket.hpp
T
Robin Davies d8a6022947 First commit.
2021-08-15 12:42:46 -04:00

12 lines
179 B
C++

#pragma once
#include "BeastServer.hpp"
#include "PiPedalModel.hpp"
namespace pipedal {
std::shared_ptr<ISocketFactory> MakePiPedalSocketFactory(PiPedalModel &model);
};