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 644013b..2477d4b 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -32,6 +32,7 @@ extern fb_ops_t drm_fb_ops;
extern fb_ops_t sdl_fb_ops;
fb_ops_t *fb_ops;
+extern rototiller_module_t drizzle_module;
extern rototiller_module_t flui2d_module;
extern rototiller_module_t julia_module;
extern rototiller_module_t meta2d_module;
@@ -49,6 +50,7 @@ extern rototiller_module_t submit_module;
extern rototiller_module_t swab_module;
static const rototiller_module_t *modules[] = {
+ &drizzle_module,
&flui2d_module,
&julia_module,
&meta2d_module,
© All Rights Reserved