aboutsummaryrefslogtreecommitdiff
path: root/Plugins/argument-passing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/argument-passing.cpp')
-rw-r--r--Plugins/argument-passing.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Plugins/argument-passing.cpp b/Plugins/argument-passing.cpp
index d89e8c1..0247b5f 100644
--- a/Plugins/argument-passing.cpp
+++ b/Plugins/argument-passing.cpp
@@ -1,9 +1,11 @@
+#include "plugin.h"
+#include "pixels.h"
+
//
-// example of parsing arguments in a plugin using the arguments-class (defined in pixels.h)
+INFO("example of parsing arguments in a plugin using the arguments-class")
+// (defined in pixels.h)
//
-#include "pixels.h"
-
void perform_effect(_frame f, _args a)
{
arguments ar(a.s);