diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 16:28:12 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-11-08 16:28:12 -0800 |
commit | 595260eacfbd0c88cbd3941606e7715b1c18f08b (patch) | |
tree | bf8692ac236f18ccf1cce7b9303944a88c4622d0 /src/Makefile.am | |
parent | 11006abf3df2a46e15345798562263ca78f9e4dc (diff) |
teepee-node: introduce a teepee (toilet paper) node
preparatory commit for a toilet paper hoarding game mechanic
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 333d816..5f55d86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,8 @@ sars_SOURCES = \ shader.h \ shader-node.c \ shader-node.h \ + teepee-node.c \ + teepee-node.h \ tex.c \ tex.h \ tex-node.c \ |