mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #2447
2447: Moved include from teamscore.h to teamscore.cpp r=heinrich5991 a=Zwelf small cleanup Co-authored-by: Zwelf <zwelf@strct.cc>
This commit is contained in:
commit
84a7cfc05d
|
@ -1,5 +1,6 @@
|
|||
/* (c) Shereef Marzouk. See "licence DDRace.txt" and the readme.txt in the root of the distribution for more information. */
|
||||
#include "teamscore.h"
|
||||
#include <engine/shared/config.h>
|
||||
|
||||
CTeamsCore::CTeamsCore()
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#ifndef GAME_TEAMSCORE_H
|
||||
#define GAME_TEAMSCORE_H
|
||||
|
||||
#include <engine/shared/config.h>
|
||||
#include <engine/shared/protocol.h>
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue