summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2020-01-01 15:04:34 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-01-06 11:45:03 -0800
commit3a17d7380b5f024992b032dcdcad2c2aa16df99e (patch)
treea147783354fb36f8864a8d23fa6dde703ee0362c /src/rototiller.c
parent3ae1e53ac08887a0e8209499aee4daade9c5ea8e (diff)
spiro: spirograph emulator
This commit adds a module that emulates a spirograph
Diffstat (limited to 'src/rototiller.c')
-rw-r--r--src/rototiller.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rototiller.c b/src/rototiller.c
index d8fa665..644013b 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -43,6 +43,7 @@ extern rototiller_module_t roto_module;
extern rototiller_module_t rtv_module;
extern rototiller_module_t snow_module;
extern rototiller_module_t sparkler_module;
+extern rototiller_module_t spiro_module;
extern rototiller_module_t stars_module;
extern rototiller_module_t submit_module;
extern rototiller_module_t swab_module;
@@ -59,6 +60,7 @@ static const rototiller_module_t *modules[] = {
&rtv_module,
&snow_module,
&sparkler_module,
+ &spiro_module,
&stars_module,
&submit_module,
&swab_module,
© All Rights Reserved