cs16-client-legacy/dlls/schedule.h

27 lines
854 B
C

/***
*
* Copyright (c) 1996-2002, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
* Use, distribution, and modification of this source code and/or resulting
* object code is restricted to non-commercial enhancements to products from
* Valve LLC. All other use, distribution, or modification is prohibited
* without written permission from Valve LLC.
*
****/
#ifndef SCHEDULE_H
#define SCHEDULE_H
#define bits_COND_SEE_HATE (1<<1)
#define bits_COND_SEE_FEAR (1<<2)
#define bits_COND_SEE_DISLIKE (1<<3)
#define bits_COND_SEE_ENEMY (1<<4)
#define bits_COND_LIGHT_DAMAGE (1<<8)
#define bits_COND_HEAVY_DAMAGE (1<<9)
#define bits_COND_SEE_CLIENT (1<<21)
#define bits_COND_SEE_NEMESIS (1<<22)
#endif