Does anybody know what this line means? I found CBotManager somewhere, as a friend class in the player.h
what is a friend class? I do not see a definition of it somewhere?
Code:
class CBasePlayer : public CBaseCombatCharacter
{
public:
DECLARE_CLASS( CBasePlayer, CBaseCombatCharacter );
protected:
// HACK FOR BOTS
friend class CBotManager;
static edict_t *s_PlayerEdict; // must be set before calling constructor