summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
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 ad3b215..2a9a469 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -39,6 +39,7 @@ extern rototiller_module_t ray_module;
extern rototiller_module_t sparkler_module;
extern rototiller_module_t stars_module;
extern rototiller_module_t submit_module;
+extern rototiller_module_t submit_softly_module;
static rototiller_module_t *modules[] = {
&roto32_module,
@@ -49,6 +50,7 @@ static rototiller_module_t *modules[] = {
&plasma_module,
&julia_module,
&submit_module,
+ &submit_softly_module,
};
© All Rights Reserved