summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
authorPhilip J Freeman <elektron@halo.nu>2022-08-06 09:40:11 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-12-01 14:00:32 -0800
commitdc59f812eedc39c0e764a19519aeb88856992d12 (patch)
tree1770e4990c126011b0175556026d15ff3959cb8e /src/til.c
parenta8d8fecb9d97cc6e4c3ff82771e98243a037691b (diff)
modules/spokes: add spokes module
This module started out as a way to test a line drawing algorithm, but ended up looking interesting enough to include as a module of it's own. #ZephyrCommit #BirdwalkCommit
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/til.c b/src/til.c
index 18733d9..709aabb 100644
--- a/src/til.c
+++ b/src/til.c
@@ -53,6 +53,7 @@ extern til_module_t shapes_module;
extern til_module_t signals_module;
extern til_module_t snow_module;
extern til_module_t sparkler_module;
+extern til_module_t spokes_module;
extern til_module_t spiro_module;
extern til_module_t stars_module;
extern til_module_t strobe_module;
@@ -97,6 +98,7 @@ static const til_module_t *modules[] = {
&snow_module,
&sparkler_module,
&spiro_module,
+ &spokes_module,
&stars_module,
&strobe_module,
&stub_module,
© All Rights Reserved