aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-03-12 11:37:09 +0000
committerrodri <rgl@antares-labs.eu>2021-03-12 11:37:09 +0000
commit1546beac329d017b86331d0acd2dd0dd86101506 (patch)
treeddd8c59a8cd0244db1730ba91ba860078205ab51 /mkfile
parentc35a8302c6275a1ba71dcdff15f58310d064a909 (diff)
downloadgamephysics-1546beac329d017b86331d0acd2dd0dd86101506.tar.gz
gamephysics-1546beac329d017b86331d0acd2dd0dd86101506.tar.bz2
gamephysics-1546beac329d017b86331d0acd2dd0dd86101506.zip
implemented fixed-time dynamics stepper, animated sprites and cleaned things up.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkfile b/mkfile
index 278bf28..2b07c93 100644
--- a/mkfile
+++ b/mkfile
@@ -5,6 +5,8 @@ TARG=physics
OFILES=\
alloc.$O\
stats.$O\
+ physics.$O\
+ sprite.$O\
main.$O\
HFILES=\