diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-04-13 17:27:44 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-04-13 17:27:44 +0200 |
commit | a055c2aa0aba2a3b80a37c49f3f89cc64d86abd6 (patch) | |
tree | 57bbdd5c9045760d3a94f8ec3b28ccac10620b07 /Makefile | |
parent | e77c5b1e01eeb55625d8cf072bedd5a34658b865 (diff) |
Half-assed rockets.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ SRC := src/game/assets.cpp \ src/game/effects.cpp \ src/game/game.cpp \ src/game/interface.cpp \ + src/game/rocket.cpp \ src/game/text.cpp \ src/game/units.cpp \ src/game/unit_nest.cpp \ |