Add missing prototypes for static functions to avoid warnings.

This commit is contained in:
nhkeni
2024-02-29 10:49:53 -05:00
parent 356875ea20
commit acf60063d5
21 changed files with 45 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ static void fill_empty_maze(void);
static void splev_initlev(lev_init *);
static boolean generate_way_out_method(coordxy nx, coordxy ny,
struct selectionvar *ov);
static void l_push_wid_hei_table(lua_State *, int, int);
static boolean good_stair_loc(coordxy, coordxy);
static void ensure_way_out(void);
#if 0
/* macosx complains that these are unused */
static long sp_code_jmpaddr(long, long);