2024-12-11 18:01:06 +01:00

6 lines
179 B
C++

#include "Client.h"
bool Passer::Control::ControlClient::SendMsg(unsigned char *buffer,
unsigned char bufferSize) {
return false;
}