mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-15 09:11:55 +00:00
43a20ad0c5
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@26 67975925-1194-0748-b3d5-c16f83f1a3a1
7 lines
No EOL
155 B
C++
7 lines
No EOL
155 B
C++
#include <NexusClientInterface.h>
|
|
#include "AvHNexusClient.h"
|
|
|
|
bool AvHNexus::send(const unsigned char* data, const size_t length)
|
|
{
|
|
return false;
|
|
} |