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