version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_c_party_c = | | * static char *rcsid_c_party_c = |
* "$Id: c_party.c,v 1.5 2002/11/12 23:09:11 garbled Exp $"; | | * "$Id: c_party.c,v 1.6 2003/09/13 05:02:08 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#ifndef __CEXTRACT__ | | #ifndef __CEXTRACT__ |
#include <sproto.h> | | #include <sproto.h> |
#endif | | #endif |
#include <version.h> | | |
#include <spells.h> | | #include <spells.h> |
| | |
static partylist * firstparty=NULL; /* Keeps track of first party in list */ | | static partylist * firstparty=NULL; /* Keeps track of first party in list */ |