version 1.5 | version 1.6 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_door_c = | * static char *rcsid_door_c = | |||
* "$Id: door.c,v 1.5 2000/12/15 03:09:19 peterm Exp $"; | * "$Id: door.c,v 1.6 2000/12/15 10:06:06 peterm Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
#include <global.h> | #include <global.h> | |||
#include <random_map.h> | #include <random_map.h> | |||
#include <rproto.h> | ||||
void put_doors(mapstruct *the_map,char **maze , char *doorstyle, RMParms *RP) { | void put_doors(mapstruct *the_map,char **maze , char *doorstyle, RMParms *RP) { | |||
int i,j; | int i,j; |
Legend:
|