Get rid of src/lib/gen/copy.c

The function that gave its name to this file is long gone, the file's
description is bogus, and it contains just one definition.  Move that
to ../subs/border.c, and delete the file.
This commit is contained in:
Markus Armbruster 2008-02-02 21:52:01 +01:00
parent 3d2518a724
commit 1cbb37d4fb
3 changed files with 22 additions and 61 deletions

View file

@ -38,12 +38,12 @@
#define MAPWIDTH(persec) ((WORLD_X/2) * ((persec) + 1) + 1)
extern void blankfill(char *, struct range *, int);
/* src/lib/subs/bigmap.c */
extern int map_set(natid, coord, coord, char, int);
extern void writebmap(natid);
extern void writemap(natid);
/* src/lib/subs/border.c */
extern void blankfill(char *, struct range *, int);
extern void border(struct range *, char *, char *);
#define MAP_PLANE bit(0) /* this order must match */