// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/inherit_list.h
// Description:	Defines fuer inherit_list()
// Author:	Driver (18.11.2001)
//
// $Log: inherit_list.h,v $
// Revision 1.2  2006/10/18 20:14:32  gnomi
// Auf 3.3.714 aktualisiert.
//
// Revision 1.1  2001/11/18 15:56:54  freaky
// Von ldmud-3.2.9dev363 eingespielt.
//

#ifndef LPC_INHERIT_LIST_H
#define LPC_INHERIT_LIST_H

/* Return value flag types for inherit_list() */

#define INHLIST_FLAT         0x00
#define INHLIST_TREE         0x01
#define INHLIST_TAG_VIRTUAL  0x02

#endif /* LPC_INHERIT_LIST_H */

