From b57dba67153279a84a16bba40ae007c8ae710056 Mon Sep 17 00:00:00 2001 From: rodri Date: Thu, 29 Jul 2021 20:03:15 +0000 Subject: incorporated libgeometry into the project. transitioned the integrator from scalar to vector-based. added a packing procedure for Point2. created the structure to model bullets. --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 7b27036..e6c5077 100644 --- a/mkfile +++ b/mkfile @@ -13,6 +13,7 @@ OFILES=\ pack.$O\ lobby.$O\ party.$O\ + sprite.$O\ HFILES=\ dat.h\ -- cgit v1.2.3