version 1.1 | | version 1.2 |
---|
| | |
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); |