summaryrefslogtreecommitdiff
path: root/src/rototiller.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-25 23:46:27 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-25 23:48:36 -0800
commita1bcd46971f74e4fb6ac3b0242829601e390572f (patch)
tree4ef341408c6aee0a052e7bb1d96fcad54ac191bf /src/rototiller.c
parentb738e7e70f1853ab2af94266c0b7b0b1a821cfad (diff)
meta2d: add a classic 2D metaballs module
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 42b9007..d8fa665 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -34,6 +34,7 @@ fb_ops_t *fb_ops;
extern rototiller_module_t flui2d_module;
extern rototiller_module_t julia_module;
+extern rototiller_module_t meta2d_module;
extern rototiller_module_t montage_module;
extern rototiller_module_t pixbounce_module;
extern rototiller_module_t plasma_module;
@@ -49,6 +50,7 @@ extern rototiller_module_t swab_module;
static const rototiller_module_t *modules[] = {
&flui2d_module,
&julia_module,
+ &meta2d_module,
&montage_module,
&pixbounce_module,
&plasma_module,
© All Rights Reserved