diff options
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(); |