DEADSOFTWARE

Изменены физические константы
[netwar.git] / client.h
index 1a85a2385820b94d088841f34ac4e450cdf00fb1..fba109b91ff44104fce3bb92aaa0191d4b4a622e 100644 (file)
--- 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_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();