// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/control.h
// Description:	Konstanten fuer Flags von /i/item/control.c
// Author:	Gnomi (23.02.2004)
//
// $Log: control.h,v $
// Revision 1.1  2005/02/13 17:31:07  gnomi
// Defines fuer do_notifies/do_forbiddens.
//

#ifndef CONTROL_H
#define CONTROL_H

#define C_RESORT	1
#define C_OMIT_OBJ	2
#define C_NO_HERE	4

#endif // CONTROL_H

