1
Fork 0
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:
Gunnar Beutner 2021-05-20 13:01:14 +02:00 committed by Andreas Kling
parent 9440a3c280
commit 3e47eec862
9 changed files with 32 additions and 23 deletions

View file

@ -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 {