*** empty log message ***
This commit is contained in:
14
include/emin.h
Normal file
14
include/emin.h
Normal 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 */
|
||||||
Reference in New Issue
Block a user