mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 05:26:23 +00:00
Added boolean settings for plugins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user