Skip to content

Commit a6f1cee

Browse files
committed
bad design
1 parent 1906855 commit a6f1cee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Server/mods/deathmatch/logic/CBuilding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "StdInc.h"
1313
#include "CBuilding.h"
14+
#include "CBuildingManager.h"
1415
#include "CLogger.h"
1516
#include "Utils.h"
1617

Server/mods/deathmatch/logic/CBuilding.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212

1313
#include "CElement.h"
1414
#include "CEvents.h"
15-
#include "CBuildingManager.h"
1615

1716
#include "CEasingCurve.h"
1817
#include "TInterpolation.h"
1918
#include "CPositionRotationAnimation.h"
2019

20+
class CBuildingManager;
21+
2122
#define SERVERSIDE_BUILDING_MIN_CLIENT_VERSION "1.6.0-9.22824"
2223

2324
class CBuilding final : public CElement

0 commit comments

Comments
 (0)