mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-15 04:37:11 +01:00
10 lines
91 B
C
10 lines
91 B
C
|
#pragma once
|
||
|
#include <utils/networking.h>
|
||
|
|
||
|
class RigCTLClient {
|
||
|
public:
|
||
|
|
||
|
|
||
|
private:
|
||
|
|
||
|
};
|