diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-12-10 13:36:11 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-12-10 13:47:49 -0800 |
commit | 6a408ab72cf83ac15e301ac58ec149edaf8688e2 (patch) | |
tree | 182a61d569ed843aebf822c3c0fc8f7b93859e49 /src/Makefile.am | |
parent | c81b7ce086951ab52ac2a507bbd544284610f4ab (diff) |
{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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |