diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2024-04-13 11:59:57 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-06-14 14:05:08 -0700 |
commit | 60157752d9cb030b8545f8cde93b13813c621fd5 (patch) | |
tree | 525bbb5e9889e806966296c86ad7642c3ca57e89 /src/til.c | |
parent | 79a763cee752e272319572792f4c8431f0d4eca9 (diff) |
modules/droste: implement a droste effect
Diffstat (limited to 'src/til.c')
-rw-r--r-- | src/til.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,7 @@ extern til_module_t book_module; extern til_module_t checkers_module; extern til_module_t compose_module; extern til_module_t drizzle_module; +extern til_module_t droste_module; extern til_module_t flow_module; extern til_module_t flui2d_module; extern til_module_t julia_module; @@ -77,6 +78,7 @@ static const til_module_t *modules[] = { &checkers_module, &compose_module, &drizzle_module, + &droste_module, &flow_module, &flui2d_module, &julia_module, |