OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / include / emin.h
1 /*      SCCS Id: @(#)emin.h     3.4     1997/05/01      */
2 /* Copyright (c) David Cohrs, 1990.                               */
3 /* NetHack may be freely redistributed.  See license for details. */
4
5 #ifndef EMIN_H
6 #define EMIN_H
7
8 struct emin {
9         aligntyp min_align;     /* alignment of minion */
10 };
11
12 #define EMIN(mon)       ((struct emin *)&(mon)->mextra[0])
13
14 #endif /* EMIN_H */