Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 21 lines 459 B view raw
1diff -Nru glob2-0.9.4.4/src/Game.h glob2-0.9.4.4.new/src/Game.h 2--- glob2-0.9.4.4/src/Game.h 2009-08-29 16:39:06.000000000 -0400 3+++ glob2-0.9.4.4.new/src/Game.h 2015-08-29 00:59:07.843398596 -0400 4@@ -148,7 +148,7 @@ 5 TOP_TO_BOTTOM, 6 BOTTOM_TO_TOP 7 }; 8- 9+public: 10 struct BuildProject 11 { 12 int posX; 13@@ -158,7 +158,7 @@ 14 int unitWorking; 15 int unitWorkingFuture; 16 }; 17- 18+private: 19 ///Initiates Game 20 void init(GameGUI *gui, MapEdit* edit); 21