#include "plugin.h"#include <gwenhywfar/misc.h>Go to the source code of this file.
Functions | |
| void | GWEN_Plugin_Attach (GWEN_PLUGIN *p) |
| int | GWEN_Plugin_ModuleFini () |
| int | GWEN_Plugin_ModuleInit () |
| void GWEN_Plugin_Attach | ( | GWEN_PLUGIN * | p | ) |
| int GWEN_Plugin_ModuleFini | ( | ) |
Definition at line 72 of file plugin.c.
References gwen_plugin_manager__list.
Referenced by GWEN_Fini().
| int GWEN_Plugin_ModuleInit | ( | ) |
Definition at line 65 of file plugin.c.
References gwen_plugin_manager__list.
Referenced by GWEN_Init().
1.5.6