From 6a408ab72cf83ac15e301ac58ec149edaf8688e2 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 10 Dec 2022 13:36:11 -0800 Subject: {adult-maga,maga}-node: introduce some maga nodes Preparatory commit for adding a MAGA mode for the adult. This entails a MAGA powerup similar to the mask, and a new adult node wearing a MAGA hat. This commit only adds the nodes, nothing functionally different. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 32bfdb0..c04c140 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = sars sars_SOURCES = \ + adult-maga-node.c \ + adult-maga-node.h \ adult-masked-node.c \ adult-masked-node.h \ adult-node.c \ @@ -31,6 +33,8 @@ sars_SOURCES = \ m4f.h \ macros.h \ main.c \ + maga-node.c \ + maga-node.h \ mask-node.c \ mask-node.h \ plasma-node.c \ -- cgit v1.2.3