From f43f52903f29d010a72183de24ae8f56ab6702bb Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 21 Apr 2018 16:45:40 +0200 Subject: Add the scientist. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b86f8dc..9bc6ec5 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ SRC := src/game/assets.cpp \ src/game/units.cpp \ src/game/unit_nest.cpp \ src/game/unit_repl.cpp \ + src/game/unit_scientist.cpp \ src/game/unit_soldier.cpp \ src/game/unit_spider.cpp \ src/game/worldgen.cpp \ -- cgit