aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2023-08-25 21:53:17 +0000
committerrodri <rgl@antares-labs.eu>2023-08-25 21:53:17 +0000
commitca4af600fdad77b3c4603a62c81eee51187fafcf (patch)
treef0bfeb0cbefa5ee39726db70b6c7c4b6095d62e5 /mkfile
parent25e1b9489b9090b5d3372dd0dac09c1e7b3f10b3 (diff)
downloadbattleship-ca4af600fdad77b3c4603a62c81eee51187fafcf.tar.gz
battleship-ca4af600fdad77b3c4603a62c81eee51187fafcf.tar.bz2
battleship-ca4af600fdad77b3c4603a62c81eee51187fafcf.zip
implemented most of the layout code.
added a new util.c to host the cell/coordinate conversions. made the showproc a painter thread instead, to avoid problems with menuhit(2).
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index 2e7f5ac..ca7218d 100644
--- a/mkfile
+++ b/mkfile
@@ -8,6 +8,7 @@ TARG=\
OFILES=\
alloc.$O\
+ util.$O\
HFILES=\
dat.h\