Split wallification into two by function

This commit is contained in:
Pasi Kallinen
2016-01-03 00:36:36 +02:00
parent 0106901078
commit cb574aadcc
2 changed files with 28 additions and 11 deletions

View File

@@ -1190,6 +1190,7 @@ E void FDECL(remove_rooms, (int, int, int, int));
/* ### mkmaze.c ### */
E void FDECL(wallification, (int, int, int, int));
E void FDECL(fix_wall_spines, (int, int, int, int));
E void FDECL(walkfrom, (int, int, SCHAR_P));
E void FDECL(makemaz, (const char *));
E void FDECL(mazexy, (coord *));