aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-07-23 03:38:18 +0000
committerrodri <rgl@antares-labs.eu>2021-07-23 03:38:18 +0000
commit615575f7dca0e43ecb23c4ab1ea7fd2e93c4e3b4 (patch)
treef7c7052cbbac5b7af14f88adee1072352284d565 /mkfile
parentdfb8bd8c95a5ff8633214f483f358d24071a7d8a (diff)
downloadmusw-615575f7dca0e43ecb23c4ab1ea7fd2e93c4e3b4.tar.gz
musw-615575f7dca0e43ecb23c4ab1ea7fd2e93c4e3b4.tar.bz2
musw-615575f7dca0e43ecb23c4ab1ea7fd2e93c4e3b4.zip
implemented a lobby for users waiting to join a party.
brought the pack/unpack procedures from ssh(1).
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index c3b9295..115f0b5 100644
--- a/mkfile
+++ b/mkfile
@@ -9,6 +9,8 @@ OFILES=\
alloc.$O\
physics.$O\
nanosec.$O\
+ pack.$O\
+ lobby.$O\
HFILES=\
dat.h\