9 lines
306 B
C
9 lines
306 B
C
/* cfrhg.c */
|
|
void *cfrhg_globalEventListener(int *type, ...);
|
|
void *eventListener(int *type, ...);
|
|
int initPlugin(const char *iversion, f_plug_api gethooksptr);
|
|
void *getPluginProperty(int *type, ...);
|
|
int cfrhg_runPluginCommand(object *op, char *params);
|
|
int postInitPlugin(void);
|
|
int closePlugin(void);
|