From: Alexey Aleshkov Date: Sun, 10 Dec 2017 11:26:27 +0000 (+0300) Subject: Predeclare `MN_hit` function X-Git-Url: http://deadsoftware.ru/gitweb?p=flatwaifu.git;a=commitdiff_plain;h=f8681f31e608533705c789bb04814f633110a627 Predeclare `MN_hit` function --- diff --git a/src/monster.c b/src/monster.c index ed7604e..5cf27f4 100644 --- a/src/monster.c +++ b/src/monster.c @@ -150,6 +150,8 @@ void MN_savegame(FILE* h) { static void setst(int,int); +static int MN_hit(int n,int d,int o,int t); + void MN_loadgame(FILE* h) { int n,c;