From 3c2acf05e804e432bc54a445d414bc99d9fb80cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Mon, 3 Jun 2024 20:50:56 +0200 Subject: [PATCH] Fixed project uses --- AdventOfCode.lpr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AdventOfCode.lpr b/AdventOfCode.lpr index 0bcdded..af7a029 100644 --- a/AdventOfCode.lpr +++ b/AdventOfCode.lpr @@ -1,6 +1,6 @@ { Solutions to the Advent Of Code. - Copyright (C) 2023 Stefan Müller + Copyright (C) 2023-2024 Stefan Müller This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -25,7 +25,7 @@ uses {$ENDIF} Classes, SysUtils, CustApp, Generics.Collections, USolver, UTrebuchet, UCubeConundrum, UGearRatios, UScratchcards, UGiveSeedFertilizer, UWaitForIt, UCamelCards, - UHauntedWasteland, UNumberTheory, UMirageMaintenance, UPipeMaze, UCosmicExpansion, UHotSprings, UPointOfIncidence, + UHauntedWasteland, UMirageMaintenance, UPipeMaze, UCosmicExpansion, UHotSprings, UPointOfIncidence, UParabolicReflectorDish, ULensLibrary, UFloorWillBeLava, UClumsyCrucible, ULavaductLagoon, UAplenty, UPulsePropagation, UStepCounter, USandSlabs, ULongWalk, UNeverTellMeTheOdds;