server-1.12/plugins/citylife/include/citylife_proto.h

9 lines
315 B
C

/* citylife.c */
int initPlugin(const char *iversion, f_plug_api gethooksptr);
void *getPluginProperty(int *type, ...);
int citylife_runPluginCommand(object *op, char *params);
void *citylife_globalEventListener(int *type, ...);
int postInitPlugin(void);
void *eventListener(int *type, ...);
int closePlugin(void);