summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-14 23:06:52 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-14 23:06:52 -0800
commit350f89859501fbe759634e77733ecba2c97fd06d (patch)
treeca03bff696e25b3c437590b2de107c4698ce0721 /src/rototiller.c
parentc3c3f2d9098911bc76694aa90f182d6bd5050eb3 (diff)
snow: add a simple tv snow / white noise module
I wanted to add some noise to the rtv module and figured why not just add a snow module and make rtv pass through it briefly when switching modules. It's not interesting by itself, but as more composite/meta modules like rtv get made it might be handy beyond rtv.
Diffstat (limited to 'src/rototiller.c')
-rw-r--r--src/rototiller.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rototiller.c b/src/rototiller.c
index 51704a5..c8532af 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -38,6 +38,7 @@ extern rototiller_module_t plasma_module;
extern rototiller_module_t roto_module;
extern rototiller_module_t ray_module;
extern rototiller_module_t rtv_module;
+extern rototiller_module_t snow_module;
extern rototiller_module_t sparkler_module;
extern rototiller_module_t stars_module;
extern rototiller_module_t submit_module;
@@ -53,6 +54,7 @@ static const rototiller_module_t *modules[] = {
&flui2d_module,
&pixbounce_module,
&rtv_module,
+ &snow_module,
};
typedef struct rototiller_t {
© All Rights Reserved