ladybird/Userland/Games/Solitaire
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +01:00
..
CMakeLists.txt Solitaire: Add link to help page 2023-01-02 09:50:37 -05:00
Game.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Game.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
main.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Solitaire.gml Solitaire: Migrate to CardGame 2022-08-22 12:50:41 +02:00