mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +00:00
BrickGame: Remember the "Show Shadow Piece" setting between executions
by using the ConfigServer.
This commit is contained in:
parent
439076df8a
commit
f532f9d279
3 changed files with 12 additions and 2 deletions
|
@ -27,6 +27,7 @@ public:
|
|||
void reset();
|
||||
void toggle_pause();
|
||||
void set_show_shadow_hint(bool);
|
||||
bool show_shadow_hint();
|
||||
|
||||
private:
|
||||
BrickGame(StringView app_name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue