/*============================================================================= Name : chatting.h Purpose : chatting prototypes and defines Copyright Relic Entertainment, Inc. All rights reserved. =============================================================================*/ #ifndef CHATTING_H #define CHATTING_H #include "types.h" // masks for players #define PLAYER_MASK(player) (1<