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 45bde84..ad3b215 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -38,6 +38,7 @@ extern rototiller_module_t roto64_module;
extern rototiller_module_t ray_module;
extern rototiller_module_t sparkler_module;
extern rototiller_module_t stars_module;
+extern rototiller_module_t submit_module;
static rototiller_module_t *modules[] = {
&roto32_module,
@@ -47,6 +48,7 @@ static rototiller_module_t *modules[] = {
&stars_module,
&plasma_module,
&julia_module,
+ &submit_module,
};
© All Rights Reserved