Files
nethack/include/emin.h
nethack.allison 06528d1002 3.3.2 to 3.4.0
2002-02-04 16:06:00 +00:00

15 lines
325 B
C

/* SCCS Id: @(#)emin.h 3.4 1997/05/01 */
/* Copyright (c) David Cohrs, 1990. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef EMIN_H
#define EMIN_H
struct emin {
aligntyp min_align; /* alignment of minion */
};
#define EMIN(mon) ((struct emin *)&(mon)->mextra[0])
#endif /* EMIN_H */