version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.8 2001/06/13 12:52:07 michtoen Exp $"; | | * "$Id: object.h,v 1.9 2001/06/29 05:59:46 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
tag_t count; /* Which nr. of object created this is. */ | | tag_t count; /* Which nr. of object created this is. */ |
uint16 refcount; /* How many objects points to this object */ | | uint16 refcount; /* How many objects points to this object */ |
struct oblnk *sk_list; /* Pointer to linked list of skill objects for this ob*/ | | |
| | |
/* These get an extra add_refcount(), after having been copied by memcpy() */ | | /* These get an extra add_refcount(), after having been copied by memcpy() */ |
char *name; /* The name of the object, obviously... */ | | char *name; /* The name of the object, obviously... */ |