more mklev.c

This got accidentally omitted from the previous patch.  The
clear_level_structures() prototype is in extern.h.
This commit is contained in:
PatR
2023-12-16 18:43:39 -08:00
parent f2671fd1a7
commit 3d27d8e998

View File

@@ -19,7 +19,6 @@ static void mksink(struct mkroom *);
static void mkaltar(struct mkroom *);
static void mkgrave(struct mkroom *);
static void makevtele(void);
void clear_level_structures(void);
static void fill_ordinary_room(struct mkroom *, boolean) NONNULLARG1;
static void makelevel(void);
static boolean bydoor(coordxy, coordxy);