diff options
author | cbdev <cb@cbcdn.com> | 2021-06-21 22:03:17 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-06-21 22:03:17 +0200 |
commit | 921ce069a4770fbadad7bb4e806361e857469409 (patch) | |
tree | 944dbc2c4fbb539168f9353de5eba175313762b6 /core/plugin.h | |
parent | 9faaeeac95d20ea678a844de05b8b0515f19e19d (diff) | |
download | midimonster-921ce069a4770fbadad7bb4e806361e857469409.tar.gz midimonster-921ce069a4770fbadad7bb4e806361e857469409.tar.bz2 midimonster-921ce069a4770fbadad7bb4e806361e857469409.zip |
Repository cleanup
Diffstat (limited to 'core/plugin.h')
-rw-r--r-- | core/plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/plugin.h b/core/plugin.h new file mode 100644 index 0000000..64c557f --- /dev/null +++ b/core/plugin.h @@ -0,0 +1,3 @@ +typedef int (*plugin_init)(); +int plugins_load(char* dir); +int plugins_close(); |