forgot to remove test
This commit is contained in:
parent
7993a64720
commit
2f9f19c71e
1 changed files with 0 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#include <GearSrc/Net.h>
|
||||
|
||||
#include <GearSrc/Log.h>
|
||||
#include <GearSrc/Endian.h>
|
||||
|
||||
#include <stb_ds.h>
|
||||
|
||||
|
|
@ -22,8 +21,6 @@ GSNetClient GSNetClientOpen(GSClient client, const char* hostname, int port) {
|
|||
GSNetStateInit(&net->state, client->engine);
|
||||
strcpy(net->state.name, "Client");
|
||||
|
||||
GSNetStateWriteUnsafe(&net->state, "Hello", 5);
|
||||
|
||||
return net;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue