From bdaa63a1a4604ada3539aeb50e4af144da3ba6f0 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 25 Jul 2021 20:59:58 +0000 Subject: implemented parties to hold PvP match info. started serializing game state through the wire. made some major changes to the Lobby struct, plus the ability to check the health of every connection. added some more debug statements, did some cleanup and put more checks. --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 115f0b5..c9c09ff 100644 --- a/mkfile +++ b/mkfile @@ -11,6 +11,7 @@ OFILES=\ nanosec.$O\ pack.$O\ lobby.$O\ + party.$O\ HFILES=\ dat.h\ -- cgit v1.2.3