mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:57:46 +00:00
Solitaire: Add key combo to dump the state of the layout
Useful for chasing down bugs.
This commit is contained in:
parent
ce030ca584
commit
ddb278ab85
5 changed files with 85 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue