From 8196872e3b240ef93fc17dd3c05a7d97a8015d88 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Aug 2006 21:20:07 +0000 Subject: Rearranged the network and socket code. Added status messages sent over the network using udp packets. --- client/status.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/status.h') diff --git a/client/status.h b/client/status.h index a3ccad7..b91d673 100644 --- a/client/status.h +++ b/client/status.h @@ -26,7 +26,7 @@ */ #ifndef __MIAV_STATUS_H__ #define __MIAV_STATUS_H__ - +/* #define UNKNOWN 0xffffffff class Status { @@ -40,5 +40,5 @@ public: unsigned int server_ping_ms; double server_fps; }; - +*/ #endif/*__MIAV_STATUS_H__*/ -- cgit v1.2.3