mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Removes unused forward declarations of class and struct.
This was SVN commit r25903.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2010 Wildfire Games.
|
||||
/* Copyright (C) 2021 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -20,8 +20,6 @@
|
||||
|
||||
#include "simulation2/system/Interface.h"
|
||||
|
||||
struct CColor;
|
||||
|
||||
class ICmpGuiInterface : public IComponent
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -20,8 +20,6 @@
|
||||
#include "ICmpRallyPointRenderer.h"
|
||||
#include "simulation2/system/InterfaceScripted.h"
|
||||
|
||||
class CFixedVector2D;
|
||||
|
||||
BEGIN_INTERFACE_WRAPPER(RallyPointRenderer)
|
||||
DEFINE_INTERFACE_METHOD("SetDisplayed", ICmpRallyPointRenderer, SetDisplayed)
|
||||
DEFINE_INTERFACE_METHOD("SetPosition", ICmpRallyPointRenderer, SetPosition)
|
||||
|
||||
Reference in New Issue
Block a user