version 1.31 | | version 1.32 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.31 2003/06/26 11:27:43 gros Exp $"; | | * "$Id: object.h,v 1.32 2003/09/03 13:42:19 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
//char *event_options[30]; | | //char *event_options[30]; |
event *events; | | event *events; |
| | |
| | char *custom_name; /* Custom name assigned by player */ |
| | |
} object; | | } object; |
| | |
typedef struct oblnk { /* Used to link together several objects */ | | typedef struct oblnk { /* Used to link together several objects */ |