add mediator

This commit is contained in:
2018-09-09 20:28:09 +02:00
parent c0fd8454e1
commit 58232bdacf
4 changed files with 42 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ using namespace std::placeholders;
class MeshSprocket : public Sprocket {
public:
MeshNet* net;
MeshSprocket(){};
MeshSprocket(SprocketConfig cfg) : Sprocket(cfg) {
}