X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/9454bf2a02784b7f28fbab922d3d8b56b2193786..a1069e498ca56abe42d4eac4a400365139b361cc:/hack/def.monst.h diff --git a/hack/def.monst.h b/hack/def.monst.h index f8481c2b..99c2ccf9 100644 --- a/hack/def.monst.h +++ b/hack/def.monst.h @@ -1,4 +1,4 @@ -/* $NetBSD: def.monst.h,v 1.8 2011/08/06 20:18:26 dholland Exp $ */ +/* $NetBSD: def.monst.h,v 1.9 2011/08/16 09:26:22 christos Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -112,6 +112,8 @@ struct monst { extern struct monst *fmon; extern struct monst *fallen_down; +extern void *monster_private(struct monst *); + /* these are in mspeed */ #define MSLOW 1 /* slow monster */ #define MFAST 2 /* speeded monster */