Crossfire Server, Branch 1.12  R12190
cfrhg_proto.h
Go to the documentation of this file.
00001 /* cfrhg.c */
00002 void *cfrhg_globalEventListener(int *type, ...);
00003 void *eventListener(int *type, ...);
00004 int initPlugin(const char *iversion, f_plug_api gethooksptr);
00005 void *getPluginProperty(int *type, ...);
00006 int cfrhg_runPluginCommand(object *op, char *params);
00007 int postInitPlugin(void);
00008 int closePlugin(void);