diff options
author | rodri <rgl@antares-labs.eu> | 2021-07-29 20:03:15 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2021-07-29 20:03:15 +0000 |
commit | b57dba67153279a84a16bba40ae007c8ae710056 (patch) | |
tree | 62ff359275ae3c70b16d341fabf59c4df1431137 /mkfile | |
parent | 3241d4b8c80f9424a3f725b5905def22916fc854 (diff) | |
download | musw-b57dba67153279a84a16bba40ae007c8ae710056.tar.gz musw-b57dba67153279a84a16bba40ae007c8ae710056.tar.bz2 musw-b57dba67153279a84a16bba40ae007c8ae710056.zip |
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.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ OFILES=\ pack.$O\ lobby.$O\ party.$O\ + sprite.$O\ HFILES=\ dat.h\ |