removing a warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@81 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6986cfd401
commit
8d69a86881
2 changed files with 2 additions and 0 deletions
|
@ -98,3 +98,4 @@ serverinfo_t *Master_InfoForServer (netadr_t addr);
|
||||||
serverinfo_t *Master_InfoForNum (int num);
|
serverinfo_t *Master_InfoForNum (int num);
|
||||||
int Master_TotalCount(void);
|
int Master_TotalCount(void);
|
||||||
void Master_QueryServer(serverinfo_t *server);
|
void Master_QueryServer(serverinfo_t *server);
|
||||||
|
void MasterInfo_WriteServers(void);
|
||||||
|
|
|
@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
#include "r_local.h"
|
#include "r_local.h"
|
||||||
|
#include "sw_draw.h"
|
||||||
|
|
||||||
int r_viewcluster, r_viewcluster2, r_oldviewcluster, r_oldviewcluster2;
|
int r_viewcluster, r_viewcluster2, r_oldviewcluster, r_oldviewcluster2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue