mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Solitaire: Refactor CardStack layout code
This commit is contained in:
parent
4bc8768737
commit
ef458f7b66
6 changed files with 64 additions and 52 deletions
|
@ -69,7 +69,7 @@ public:
|
|||
|
||||
void draw(GUI::Painter&) const;
|
||||
void clear(GUI::Painter&, const Color& background_color) const;
|
||||
void draw_complete(GUI::Painter&, const Color& background_color);
|
||||
void clear_and_draw(GUI::Painter&, const Color& background_color);
|
||||
|
||||
private:
|
||||
Card(Type type, uint8_t value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue