(bitinit2): Move from common/maps.c to getbit.c, external linkage.

(bitmap0, bitmap1, bitmap2, bitmap3, bitmap4, bitmaps): Static
linkage.
This commit is contained in:
Markus Armbruster 2004-02-19 19:59:45 +00:00
parent c8bb4d9b87
commit c28f377fe9
3 changed files with 26 additions and 25 deletions

View file

@ -530,6 +530,7 @@ extern int shipdef(natid, natid, coord, coord);
extern int emp_getbit(int, int, u_char *);
extern void emp_setbit(int, int, u_char *);
extern void emp_setbitmap(int, int, u_char *, int *);
extern void bitinit2(struct nstr_sect *, u_char *, int);
/* getele.c */
extern int getele(s_char *, s_char *);
/* land.c */