1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +00:00

Solitaire: Add key combo to dump the state of the layout

Useful for chasing down bugs.
This commit is contained in:
Timothy Flynn 2021-05-15 22:13:11 -04:00 committed by Andreas Kling
parent ce030ca584
commit ddb278ab85
5 changed files with 85 additions and 1 deletions

View file

@ -114,6 +114,7 @@ private:
void stop_game_over_animation();
void create_new_animation_card();
void check_for_game_over();
void dump_layout() const;
ALWAYS_INLINE CardStack& stack(StackLocation location)
{