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