diff options
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 2a9a469..fe0c154 100644 --- a/src/rototiller.c +++ b/src/rototiller.c @@ -31,6 +31,7 @@ extern fb_ops_t drm_fb_ops; extern fb_ops_t sdl_fb_ops; fb_ops_t *fb_ops; +extern rototiller_module_t flui2d_module; extern rototiller_module_t julia_module; extern rototiller_module_t plasma_module; extern rototiller_module_t roto32_module; @@ -51,6 +52,7 @@ static rototiller_module_t *modules[] = { &julia_module, &submit_module, &submit_softly_module, + &flui2d_module, }; |