Difference for plugins/cfanim/include/cfanim_proto.h from version 1.4 to 1.5


version 1.4 version 1.5
Line 103
 
Line 103
 object *cf_insert_ob_in_ob(object *ob, object *where);  object *cf_insert_ob_in_ob(object *ob, object *where);
 const char *cf_object_get_msg(object *ob);  const char *cf_object_get_msg(object *ob);
 void cf_object_set_weight(object *ob, int weight);  void cf_object_set_weight(object *ob, int weight);
   void cf_object_set_weight_limit(object *ob, int weight);
 int cf_object_get_weight(object *ob);  int cf_object_get_weight(object *ob);
   int cf_object_get_weight_limit(object *ob);
 int cf_object_set_nrof(object *ob, int nrof);  int cf_object_set_nrof(object *ob, int nrof);
 int cf_object_get_nrof(object *ob);  int cf_object_get_nrof(object *ob);
 int cf_object_get_flag(object *ob, int flag);  int cf_object_get_flag(object *ob, int flag);


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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