summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rototiller.c2
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,
};
© All Rights Reserved