summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-07-31 04:08:04 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-07-31 16:08:27 -0700
commit4d87b2e85f13ee9597d9646db9c388cbf6269f2b (patch)
tree7fb19ebf720b2a6d8930718efdddc5e9fa9b3c47 /src/til.c
parent2e74d449b7fc70dd547894411633dfbd2add210f (diff)
modules/signals: experimental signals module
Playing with libs/sig in 2D, this isn't really an interesting module by itself in terms of visual output. But it might have utility as a diagnostic thing if libs/sig becomes a more used thing. At the very least, for now, it's useful for observing affects of and iterating on libs/sig development. So I'm merging this, just gated behind TIL_MODULE_EXPERIMENTAL so it's not in rtv rotation or presented as something in the usual modules list.
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 0aa8efd..fa6d402 100644
--- a/src/til.c
+++ b/src/til.c
@@ -46,6 +46,7 @@ extern til_module_t rkt_module;
extern til_module_t roto_module;
extern til_module_t rtv_module;
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 spiro_module;
@@ -75,6 +76,7 @@ static const til_module_t *modules[] = {
&roto_module,
&rtv_module,
&shapes_module,
+ &signals_module,
&snow_module,
&sparkler_module,
&spiro_module,
© All Rights Reserved