diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-04-01 15:03:23 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-04-01 15:04:02 +0200 |
commit | 30c5c419aedd0e5aae92be6e0eee83f0b6690c6e (patch) | |
tree | f0e37219c6bfd88e6fab44fbfc6319bab650eeb8 /Makefile | |
parent | 020e91ca69f35329eae518f3fe92afba2e117d06 (diff) |
Add the replicator (not finished).
Placeholder sounds from Tremulous, as usual.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ SRC := src/game/assets.cpp \ src/game/text.cpp \ src/game/units.cpp \ src/game/unit_nest.cpp \ + src/game/unit_repl.cpp \ src/game/unit_soldier.cpp \ src/game/unit_spider.cpp \ src/game/worldgen.cpp \ |