aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugin.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2017-06-08 02:33:18 +0200
committercbdev <cb@cbcdn.com>2017-06-08 02:33:18 +0200
commitaed37425605d73ac22ec1f8c3145486d0ec79bb3 (patch)
treee99c68f889e3cd5fd23d00b3e6a81b50b36360b5 /plugin.h
parent804b5c3b3abbac7b95d79bf84fabbb78d94e2c39 (diff)
downloadmidimonster-aed37425605d73ac22ec1f8c3145486d0ec79bb3.tar.gz
midimonster-aed37425605d73ac22ec1f8c3145486d0ec79bb3.tar.bz2
midimonster-aed37425605d73ac22ec1f8c3145486d0ec79bb3.zip
Move to dynamically loading backends
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
new file mode 100644
index 0000000..64c557f
--- /dev/null
+++ b/plugin.h
@@ -0,0 +1,3 @@
+typedef int (*plugin_init)();
+int plugins_load(char* dir);
+int plugins_close();