11 lines
124 B
C++
11 lines
124 B
C++
#ifndef PEER_CONNECTION_CONFIG_H
|
|
#define PEER_CONNECTION_CONFIG_H
|
|
|
|
namespace CTL {
|
|
class PeerConfig {
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|