Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > a655fc6186c836a251e0c41083f75910 > files > 2

globulation2-0.9.4.4-41.mga9.src.rpm

--- src/Game.h.orig
+++ src/Game.h
@@ -82,6 +82,16 @@
 		DRAW_OVERLAY = 0x100,
 	};
 
+	struct BuildProject
+	{
+		int posX;
+		int posY;
+		int teamNumber;
+		int typeNum;
+		int unitWorking;
+		int unitWorkingFuture;
+	};
+
 	/// This method will prepare the game with this mapHeader
 	void setMapHeader(const MapHeader& mapHeader);
 	
@@ -149,16 +159,6 @@
 		BOTTOM_TO_TOP
 	};
 	
-	struct BuildProject
-	{
-		int posX;
-		int posY;
-		int teamNumber;
-		int typeNum;
-		int unitWorking;
-		int unitWorkingFuture;
-	};
-	
 	///Initiates Game
 	void init(GameGUI *gui, MapEdit* edit);