summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-12-16 16:45:46 +0100
committerPaweł Redman <pawel.redman@gmail.com>2017-12-16 16:45:46 +0100
commit3b9e3afd449facf5c98ffee50247c80e293f8545 (patch)
tree34dd4c8a1038ec666b6ccbf69a74d9ff09b2b86c /Makefile
parentb13dc31b08cddf14ecfa6b8cf496cf4e7308083c (diff)
Start adding decorations.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b36dd3..41c3935 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ PP_LD := $(PP_BOLD)$(shell tput setf 2)LD$(PP_RESET)
PP_RM := $(PP_BOLD)$(shell tput setf 4)RM$(PP_RESET)
SRC := src/game/assets.cpp \
+ src/game/decos.cpp \
src/game/effects.cpp \
src/game/game.cpp \
src/game/interface.cpp \