mirror of
https://github.com/UberGames/EF2GameSource.git
synced 2024-11-10 06:31:42 +00:00
25 lines
702 B
C
25 lines
702 B
C
|
//-----------------------------------------------------------------------------
|
||
|
//
|
||
|
// $Logfile:: /Code/DLLs/game/ipfilter.h $
|
||
|
// $Revision:: 3 $
|
||
|
// $Date:: 10/13/03 8:54a $
|
||
|
//
|
||
|
// Copyright (C) 1999 by Ritual Entertainment, Inc.
|
||
|
// All rights reserved.
|
||
|
//
|
||
|
// This source is may not be distributed and/or modified without
|
||
|
// expressly written permission by Ritual Entertainment, Inc.
|
||
|
//
|
||
|
//
|
||
|
// DESCRIPTION:
|
||
|
//
|
||
|
|
||
|
#ifndef __IPFILTER_H__
|
||
|
#define __IPFILTER_H__
|
||
|
|
||
|
#include "g_local.h"
|
||
|
|
||
|
qboolean SV_FilterPacket( const char *from );
|
||
|
|
||
|
#endif /* !__IPFILTER_H__ */
|