aboutsummaryrefslogtreecommitdiff
path: root/Plugins/overlay.c
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/overlay.c')
-rw-r--r--Plugins/overlay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/overlay.c b/Plugins/overlay.c
index 99ab68e..5e23635 100644
--- a/Plugins/overlay.c
+++ b/Plugins/overlay.c
@@ -23,6 +23,8 @@
#include <stdlib.h>
#include "plugin.h"
+INFO("overlay of two images")
+
void perform_effect(struct frame f, struct args a)
{
printf("Using overlay as effect does nothing!\n");