summaryrefslogtreecommitdiff
path: root/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin.h b/plugin.h
index 0c58771..7864bb9 100644
--- a/plugin.h
+++ b/plugin.h
@@ -39,6 +39,9 @@ public:
//! Implement this to create a new plugin instance.
static Plugin* create();
+ //! Init function for setting up plugin parameters.
+ virtual void init() = 0;
+
//! Get current free-wheel mode.
virtual bool getFreeWheel() const = 0;