I'm just going to ditch this prototype soon

This commit is contained in:
Kayne Ruse
2013-06-07 03:13:38 +10:00
parent d347545c20
commit 6b677e5de8
3 changed files with 32 additions and 4 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
int Send(const char* ip, int port, void* data, int len);
int Send(IPaddress* add, void* data, int len);
int Send(int channel, void* data, int len);
int SendAll(void* data, int len);
int Receive();
void* GetOutData() const {