Files
nethack/include/emin.h
2005-01-02 16:50:12 +00:00

15 lines
325 B
C

/* SCCS Id: @(#)emin.h 3.5 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 */