| 4 | |
| 5 | #ifdef STANDALONE |
| 6 | bool resolverwait(const char *name, ENetAddress *address) |
| 7 | { |
| 8 | return enet_address_set_host(address, name) >= 0; |
| 9 | } |
| 10 | |
| 11 | int connectwithtimeout(ENetSocket sock, const char *hostname, ENetAddress &remoteaddress) |
| 12 | { |
no test coverage detected