emin.h

Go to the documentation of this file.
00001 /*      SCCS Id: @(#)emin.h     3.4     1997/05/01      */
00002 /* Copyright (c) David Cohrs, 1990.                               */
00003 /* NetHack may be freely redistributed.  See license for details. */
00004 
00005 #ifndef EMIN_H
00006 #define EMIN_H
00007 
00008 struct emin {
00009         aligntyp min_align;     /* alignment of minion */
00010 };
00011 
00012 #define EMIN(mon)       ((struct emin *)&(mon)->mextra[0])
00013 
00014 #endif /* EMIN_H */