mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
added renaming of srvbrowse so it matches with the interface filename by Choupom
This commit is contained in:
parent
85fa86102f
commit
a583633cde
|
@ -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)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <mastersrv/mastersrv.h>
|
||||
|
||||
#include "srvbrowse.h"
|
||||
#include "serverbrowser.h"
|
||||
|
||||
class SortWrap
|
||||
{
|
|
@ -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>
|
||||
|
Loading…
Reference in a new issue