From 2c8e84a3d2fe93f84d0ffca63967e81a03534c00 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 1 Apr 2018 13:56:14 +0200 Subject: Split units.cpp. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00c243d..8afd7d8 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ SRC := src/game/assets.cpp \ src/game/interface.cpp \ src/game/text.cpp \ src/game/units.cpp \ + src/game/unit_nest.cpp \ + src/game/unit_soldier.cpp \ + src/game/unit_spider.cpp \ src/game/worldgen.cpp \ src/audio.cpp \ src/main.cpp \ -- cgit