First commit.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "BeastServer.hpp"
|
||||
#include "PiPedalModel.hpp"
|
||||
|
||||
|
||||
namespace pipedal {
|
||||
|
||||
std::shared_ptr<ISocketFactory> MakePiPedalSocketFactory(PiPedalModel &model);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user