Declare missing function proto

This commit is contained in:
Pasi Kallinen
2015-11-21 20:47:31 +02:00
parent 579ceb35c1
commit e1090de7b3

View File

@@ -23,6 +23,7 @@ STATIC_DCL void FDECL(m_initgrp, (struct monst *, int, int, int));
STATIC_DCL void FDECL(m_initthrow, (struct monst *, int, int));
STATIC_DCL void FDECL(m_initweap, (struct monst *));
STATIC_DCL void FDECL(m_initinv, (struct monst *));
STATIC_DCL boolean FDECL(makemon_rnd_goodpos, (struct monst *, unsigned, coord *));
extern const int monstr[];