Difference for include/funcpoint.h from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_funcpoint_h =   * static char *rcsid_funcpoint_h =
  *   "$Id: funcpoint.h,v 1.6 2002/03/01 21:33:10 avogl Exp $";   *   "$Id: funcpoint.h,v 1.7 2002/11/08 08:45:26 garbled Exp $";
  */   */
   
 /*  /*
Line 51
 
Line 51
 typedef void (*type_func_int_ob_ob)(int, object *, object *);  typedef void (*type_func_int_ob_ob)(int, object *, object *);
 typedef void (*type_func_player_int)(player *, int);  typedef void (*type_func_player_int)(player *, int);
 typedef void (*type_func_dragon_gain)(object *who, int atnr, int level);  typedef void (*type_func_dragon_gain)(object *who, int atnr, int level);
   typedef void (*type_func_char)(char *);
   
 /*  /*
  * These function-pointers are defined in common/glue.c   * These function-pointers are defined in common/glue.c
Line 77
 
Line 78
 extern void (*esrv_update_item_func) (int, object *, object *);  extern void (*esrv_update_item_func) (int, object *, object *);
 extern void (*set_darkness_map_func) (mapstruct *m);  extern void (*set_darkness_map_func) (mapstruct *m);
 extern void     (*dragon_gain_func)             (object *, int, int);  extern void     (*dragon_gain_func)             (object *, int, int);
   extern void (*weather_effect_func) (char *);
   
 #endif  #endif


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:21