*** empty log message ***

This commit is contained in:
jwalz
2002-01-05 21:05:47 +00:00
parent e8c5b37c0e
commit 4bb7691d1d

14
include/emin.h Normal file
View File

@@ -0,0 +1,14 @@
/* SCCS Id: @(#)emin.h 3.3 97/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 */