From 3a17d7380b5f024992b032dcdcad2c2aa16df99e Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Wed, 1 Jan 2020 15:04:34 -0800 Subject: spiro: spirograph emulator This commit adds a module that emulates a spirograph --- src/rototiller.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rototiller.c') 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, -- cgit v1.2.1