mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 16:16:13 +01:00
15 lines
185 B
C++
15 lines
185 B
C++
#ifndef _DccMQTTProc_h_
|
|
#define _DccMQTTProc_h_
|
|
|
|
class DccMQTTProc
|
|
{
|
|
private:
|
|
|
|
public:
|
|
static void loop();
|
|
|
|
DccMQTTProc() = default;
|
|
~DccMQTTProc() = default;
|
|
};
|
|
|
|
#endif |