mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Solitaire: Move cards functionality into LibCards
This commit is contained in:
parent
9440a3c280
commit
3e47eec862
9 changed files with 32 additions and 23 deletions
|
@ -6,10 +6,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "CardStack.h"
|
||||
#include <LibCards/CardStack.h>
|
||||
#include <LibGUI/Frame.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
|
||||
using Cards::Card;
|
||||
using Cards::CardStack;
|
||||
|
||||
namespace Solitaire {
|
||||
|
||||
enum class Mode : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue