mirror of
https://github.com/ENSL/NS.git
synced 2024-12-13 14:11:26 +00:00
7 lines
155 B
C++
7 lines
155 B
C++
|
#include <NexusClientInterface.h>
|
||
|
#include "AvHNexusClient.h"
|
||
|
|
||
|
bool AvHNexus::send(const unsigned char* data, const size_t length)
|
||
|
{
|
||
|
return false;
|
||
|
}
|