summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-01-15 22:45:41 -0800
committerVito Caputo <vcaputo@pengaru.com>2023-01-21 13:34:12 -0800
commita583ead0f41e6bcec76b32a95985667fdbe2192a (patch)
treedef19fbf8a01a6a820e0b5eac175f9e70ed65048 /src/til.c
parent6d6619cc5f4f04710dd7dfccce713385924b3b06 (diff)
modules/rocket: preliminary rocket module
This just stubs out a rocket meta module that renders with another module. Future commits will integrate GNU Rocket here. When recursive settings formally lands you'll be able to nest as much settings content as necessary for the underlying module used, as part of the rocket settings. That should enable describing stuff like complex compose scenarios for rocket to sequence.
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 038070b..934d0ca 100644
--- a/src/til.c
+++ b/src/til.c
@@ -37,6 +37,7 @@ extern til_module_t pixbounce_module;
extern til_module_t plasma_module;
extern til_module_t plato_module;
extern til_module_t ray_module;
+extern til_module_t rocket_module;
extern til_module_t roto_module;
extern til_module_t rtv_module;
extern til_module_t shapes_module;
@@ -64,6 +65,7 @@ static const til_module_t *modules[] = {
&plasma_module,
&plato_module,
&ray_module,
+ &rocket_module,
&roto_module,
&rtv_module,
&shapes_module,
© All Rights Reserved