aboutsummaryrefslogtreecommitdiff
path: root/Plugins/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/plugin.h')
-rw-r--r--Plugins/plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Plugins/plugin.h b/Plugins/plugin.h
index 00281e5..69ed298 100644
--- a/Plugins/plugin.h
+++ b/Plugins/plugin.h
@@ -133,4 +133,8 @@ __inline byte klamp601(long in)
return(out);
}
+// use this to easily describe your plugins:
+
+#define INFO(x) void info(char *s) { sprintf(s, x); }
+
#endif // #ifndef _PLUGINH