From 293f87458bdaa9f6d71778d6dbeca893e506ca35 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 11:31:43 +0100 Subject: Removed build script --- build.sh | 3 --- src/Game/Game.hpp.pch | Bin 0 -> 822528 bytes src/Utils/Utils.hpp.pch | Bin 0 -> 10271632 bytes 3 files changed, 3 deletions(-) delete mode 100755 build.sh create mode 100644 src/Game/Game.hpp.pch create mode 100644 src/Utils/Utils.hpp.pch diff --git a/build.sh b/build.sh deleted file mode 100755 index 47ccdaa..0000000 --- a/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -g++ -c src/* -g++ *.o -o minesweeper -rm *.o diff --git a/src/Game/Game.hpp.pch b/src/Game/Game.hpp.pch new file mode 100644 index 0000000..b25ccb7 Binary files /dev/null and b/src/Game/Game.hpp.pch differ diff --git a/src/Utils/Utils.hpp.pch b/src/Utils/Utils.hpp.pch new file mode 100644 index 0000000..095973a Binary files /dev/null and b/src/Utils/Utils.hpp.pch differ -- cgit v1.2.3