// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/include_list.h
// Description:	Defines fuer include_list()
// Author:	Driver (17.10.2002)
//
// $Log: include_list.h,v $
// Revision 1.1  2002/10/17 16:23:45  freaky
// added von ldmud-3.2.9dev.473
//

#ifndef LPC_INCLUDE_LIST_H
#define LPC_INCLUDE_LIST_H

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

#define INCLIST_FLAT         0x00
#define INCLIST_TREE         0x01

#endif /* LPC_INCLUDE_LIST_H */
