diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-12-12 22:22:14 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-12-12 22:22:14 +0100 |
commit | 2ea209cd523d9076a257ae9aacc3283930ee8f3b (patch) | |
tree | e25bcb0969ea91199c3de30aeb2ec1c1a9fb5399 /Makefile | |
parent | 18b29beb5fa9c5f4bffbd5b9df17643dd78f6ef2 (diff) |
Separate units from game.cpp.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET) SRC := src/game/assets.cpp \ src/game/game.cpp \ src/game/interface.cpp \ + src/game/units.cpp \ src/game/worldgen.cpp \ src/main.cpp \ src/path_finder.cpp \ |