ladybird/Userland/Games/Solitaire
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
Card.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
Card.h Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
CardStack.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
CardStack.h Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
CMakeLists.txt Games: Move to Userland/Games/ 2021-01-12 12:04:23 +01:00
main.cpp Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
SolitaireWidget.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
SolitaireWidget.h Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00