diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-10 19:24:35 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-10 19:24:35 -0800 |
commit | 16dc99f8b0515e7a2e29a1da9d6cfb717105af4d (patch) | |
tree | cfddeae018d751be5dd10427ff62b294145ba6d6 /src/rototiller.c | |
parent | 9805b4d4dc5e2d2b71c2387ee2b431497b6615be (diff) |
rototiller: wire up contributed pixbounce module
Diffstat (limited to 'src/rototiller.c')
-rw-r--r-- | src/rototiller.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rototiller.c b/src/rototiller.c index de580cd..47a74cf 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -33,6 +33,7 @@ fb_ops_t *fb_ops; extern rototiller_module_t flui2d_module; extern rototiller_module_t julia_module; +extern rototiller_module_t pixbounce_module; extern rototiller_module_t plasma_module; extern rototiller_module_t roto32_module; extern rototiller_module_t roto64_module; @@ -53,6 +54,7 @@ static rototiller_module_t *modules[] = { &submit_module, &submit_softly_module, &flui2d_module, + &pixbounce_module, }; |