From 16ac7b5812796859ed5298c4de8e3e3565c00001 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Mon, 9 Jul 2018 14:31:49 +0200
Subject: [PATCH] Move declaration of BuildingPlacer

---
 src/IDABot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/IDABot.h b/src/IDABot.h
index 809e8d2d2..cab9f2551 100644
--- a/src/IDABot.h
+++ b/src/IDABot.h
@@ -43,6 +43,7 @@ public:
     const UnitInfoManager & UnitInfo() const;
     CCRace GetPlayerRace(int player) const;
     CCPosition GetStartLocation() const;
+    BuildingPlacer & BuildingPlacer();
 
     int GetCurrentFrame() const;
     int GetMinerals() const;
@@ -54,7 +55,6 @@ public:
 	const std::vector<Unit> & GetMyUnits() const;
     const std::vector<Unit> GetUnits(const UnitType & type, int player = Players::Self) const;
     const std::vector<CCPosition> & GetStartLocations() const;
-    BuildingPlacer & BuildingPlacer();
 
     // Not needed, just convenience functions
     const TypeData & Data(const UnitType & type) const;
-- 
GitLab