X-Git-Url: http://deadsoftware.ru/gitweb?p=netwar.git;a=blobdiff_plain;f=client.h;h=fba109b91ff44104fce3bb92aaa0191d4b4a622e;hp=1a85a2385820b94d088841f34ac4e450cdf00fb1;hb=HEAD;hpb=c4b04d12861ae0eac6315b1c2170013422136f80 diff --git a/client.h b/client.h index 1a85a23..fba109b 100644 --- a/client.h +++ b/client.h @@ -4,6 +4,5 @@ extern int cl_playerid; void cl_connect(const char * host, uint16_t port); void cl_disconnect(bool force); -void cl_move(DoesCode code); -void cl_recv(); -bool cl_isrun(); +void cl_move(DoesBits code); +void cl_handle();