Added boolean settings for plugins

This commit is contained in:
James Booth
2016-03-25 22:06:24 +00:00
parent 57ccfcee4d
commit a4e6d50a40
12 changed files with 256 additions and 7 deletions

View File

@@ -32,6 +32,11 @@
*
*/
#ifndef PLUGIN_THEMES_H
#define PLUGIN_THEMES_H
void plugin_themes_init(void);
void plugin_themes_close(void);
theme_item_t plugin_themes_get(const char *const group, const char *const key, const char *const def);
#endif