blob: 01ab2fa62e87c128997c480ba1b579fcb1aca7b0 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// player/combat.h -- prototypes for player specific issues of combat
4//
5// $Id: comm.h,v 3.3 2000/02/09 15:56:25 Padreic Exp $
6
7#ifndef __PLAYER_COMBAT_H__
8#define __PLAYER_COMBAT_H__
9
10public int QueryPlAttacked(object pl);
11
12public int RegisterHelperNPC(object npc, int flags);
13public int UnregisterHelperNPC(object npc);
14
15#endif // __PLAYER_COMBAT_H__
16