Difference for plugins/cfanim/include/cfanim_proto.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 104
 
Line 104
 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);
 int cf_object_get_weight(object *ob);  int cf_object_get_weight(object *ob);
 void 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);
 void cf_object_set_flag(object *ob, int flag, int value);  void cf_object_set_flag(object *ob, int flag, int value);


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

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