// MorgenGrauen MUDlib | |
// | |
// snooping.h -- Definitionen rund ums Snoopen | |
// | |
// $Id: snooping.h,v 3.1 1997/02/12 13:04:59 Wargon Exp $ | |
#ifndef _SNOOPING_H_ | |
#define _SNOOPING_H_ | |
#define SF_LOCKED 1 | |
#define SF_FORCE 2 | |
#define P_SNOOPFLAGS "snoopflags" | |
#endif |