Roboid Control for C++
Loading...
Searching...
No Matches
IsolatedParticipant.h
1#include "Participant.h"
2
3namespace RoboidControl {
4
5class IsolatedParticipant {
6 public:
10 static Participant* Isolated();
11};
12
13}