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 3fa9395..313cb0c 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -24,6 +24,7 @@
* just two pages we end up twiddling thumbs until the vsync arrives.
*/
+extern rototiller_renderer_t plasma_renderer;
extern rototiller_renderer_t roto32_renderer;
extern rototiller_renderer_t roto64_renderer;
extern rototiller_renderer_t ray_renderer;
@@ -36,6 +37,7 @@ static rototiller_renderer_t *renderers[] = {
&ray_renderer,
&sparkler_renderer,
&stars_renderer,
+ &plasma_renderer,
};
© All Rights Reserved