mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Remove dangling declaration
This commit is contained in:
parent
5d0e820af4
commit
796035a358
|
@ -41,8 +41,6 @@ public:
|
|||
void Tick();
|
||||
|
||||
// DDRace
|
||||
|
||||
std::list<class CCharacter *> IntersectedCharacters(vec2 Pos0, vec2 Pos1, float Radius, vec2 &NewPos, class CEntity *pNotThis);
|
||||
void ReleaseHooked(int ClientID);
|
||||
std::list<class CCharacter *> IntersectedCharacters(vec2 Pos0, vec2 Pos1, float Radius, class CEntity *pNotThis = 0);
|
||||
|
||||
|
|
|
@ -151,8 +151,6 @@ public:
|
|||
void Tick();
|
||||
|
||||
// DDRace
|
||||
|
||||
std::list<class CCharacter *> IntersectedCharacters(vec2 Pos0, vec2 Pos1, float Radius, vec2 &NewPos, class CEntity *pNotThis);
|
||||
void ReleaseHooked(int ClientID);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue