6 lines
179 B
C++
6 lines
179 B
C++
#include "Client.h"
|
|
|
|
bool Passer::Control::ControlClient::SendMsg(unsigned char *buffer,
|
|
unsigned char bufferSize) {
|
|
return false;
|
|
} |