added renaming of srvbrowse so it matches with the interface filename by Choupom

This commit is contained in:
oy 2011-03-27 18:00:54 +02:00
parent 85fa86102f
commit a583633cde
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
#include <versionsrv/versionsrv.h>
#include "friends.h"
#include "srvbrowse.h"
#include "serverbrowser.h"
#include "client.h"
#if defined(CONF_FAMILY_WINDOWS)

View file

@ -17,7 +17,7 @@
#include <mastersrv/mastersrv.h>
#include "srvbrowse.h"
#include "serverbrowser.h"
class SortWrap
{

View file

@ -1,7 +1,7 @@
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#ifndef ENGINE_CLIENT_SRVBROWSE_H
#define ENGINE_CLIENT_SRVBROWSE_H
#ifndef ENGINE_CLIENT_SERVERBROWSER_H
#define ENGINE_CLIENT_SERVERBROWSER_H
#include <engine/serverbrowser.h>