From 3b9e3afd449facf5c98ffee50247c80e293f8545 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sat, 16 Dec 2017 16:45:46 +0100 Subject: Start adding decorations. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit